Expand description
Mathematical functions.
Functions§
- apply_
matrix - Apply a matrix to some data
- apply_
perm_ and_ matrix - Apply a permutation and a matrix to some data
- apply_
permutation - Apply a permutation to some data
- lu_
transpose - Compute the LU decomposition of the transpose of a square matrix
- prepare_
matrix - Convert a linear transformation info the format expected by
apply_matrixand return the premutation to pass intoapply_matrix - prepare_
permutation - Comvert a permutation into the format expected by
apply_permutation