Functionsยง
- sym_
coo_ matvec - Computes a matrix-vector product for symmetric COO matrices.
- sym_
csr_ matvec - Computes a matrix-vector product for symmetric CSR matrices.
- sym_
csr_ quadratic_ form - Calculates the quadratic form
x^T * A * x
for a symmetric matrixA
. - sym_
csr_ rank1_ update - Performs a symmetric rank-1 update of a symmetric CSR matrix.
- sym_
csr_ trace - Calculates the trace of a symmetric matrix.