Namespaces

Types in MathNet.Numerics.LinearAlgebra.Factorization

Type QRMethod

Namespace MathNet.Numerics.LinearAlgebra.Factorization

Parent Enum

The type of QR factorization go perform.

Methods

Fields

Public Methods

int CompareTo(object target)

bool Equals(object obj)

int GetHashCode()

Type GetType()

TypeCode GetTypeCode()

bool HasFlag(Enum flag)

string ToString()

string ToString(string format, IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString(String).

string ToString(IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString().

string ToString(string format)

Public fields

int value__

return int

QRMethod Full

Compute the full QR factorization of a matrix.
return QRMethod

QRMethod Thin

Compute the thin QR factorization of a matrix.
return QRMethod