Expand description
Useful sparse matrix primitives.
Functionsยง
- adjoint
- Computes the adjoint of the matrix
Aand returns a view over it. - adjoint_
symbolic - Computes the adjoint of the symbolic matrix
Aand returns a view over it. - permute_
hermitian - Computes the self-adjoint permutation $P A P^\top$ of the matrix
Aand returns a view over it. - sort_
indices - Sorts
row_indicesandvaluessimultaneously so thatrow_indicesis nonincreasing. - transpose
- Computes the transpose of the matrix
Aand returns a view over it.