dnum.linalg

Undocumented in source.

Members

Functions

block
auto block(Tensor m)

Block partitioning Matrix (Tuple(mat11, mat12, mat21 mat22))

combine
Tensor combine(Tensor a, Tensor b, Tensor c, Tensor d)

Four Matrix to one Matrix

det
auto det(Tensor m)

Determinant

eye
Tensor eye(long n)

Identity Matrix

inv
Tensor inv(Tensor m)

Inverse

invL
Tensor invL(Tensor l)

Inverse of Low Triangular Matrix

invU
Tensor invU(Tensor u)

Inverse of Upper triangular matrix

lu
auto lu(Tensor m)

LU Decomposition

Meta