karasux.linear_algebra.lu

Matrix LU decomposition module.

Members

Functions

luDecomposition
auto luDecomposition(const(Matrix!(N, N, E)) m)

Construct LU decomposition matrices.

Structs

LUDecomposition
struct LUDecomposition(size_t N, E)

LU decomposition matrices.

Meta