Namespaces

Types

Type QRDecomposition

Namespace MathNet.Numerics.LinearAlgebra

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

Matrix Solve(Matrix B)

Least squares solution of A*X = B.
Parameters
return Matrix
Matrix B A Matrix with as many rows as A and any number of columns.

string ToString()

Parameters
return string

Public properties

bool FullRank get;

Indicates whether the matrix is full rank.
return bool

Matrix H get;

Gets the Householder vectors.
return Matrix

bool IsFullRank get;

Indicates whether the matrix is full rank.
return bool

Matrix Q get;

Gets the (economy-sized) orthogonal factor.
return Matrix

Matrix R get;

Gets the upper triangular factor
return Matrix