Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
NLSparseMatrix Member List

This is the complete list of members for NLSparseMatrix, including all inherited members.

columnNLSparseMatrix
column_capacityNLSparseMatrix
destroy_funcNLSparseMatrix
diagNLSparseMatrix
diag_capacityNLSparseMatrix
diag_sizeNLSparseMatrix
mNLSparseMatrix
mult_funcNLSparseMatrix
nNLSparseMatrix
NL_MATRIX_STORE_COLUMNSNLSparseMatrixrelated
NL_MATRIX_STORE_ROWSNLSparseMatrixrelated
NL_MATRIX_STORE_SYMMETRICNLSparseMatrixrelated
nlCRSMatrixAdd(NLCRSMatrix *M, NLuint i, NLuint j, NLdouble value)NLSparseMatrixrelated
nlSparseMatrixAdd(NLSparseMatrix *M, NLuint i, NLuint j, NLdouble value)NLSparseMatrixrelated
nlSparseMatrixClear(NLSparseMatrix *M)NLSparseMatrixrelated
nlSparseMatrixConstruct(NLSparseMatrix *M, NLuint m, NLuint n, NLenum storage)NLSparseMatrixrelated
nlSparseMatrixDestroy(NLSparseMatrix *M)NLSparseMatrixrelated
nlSparseMatrixMult(NLSparseMatrix *A, const NLdouble *x, NLdouble *y)NLSparseMatrixrelated
nlSparseMatrixNew(NLuint m, NLuint n, NLenum storage)NLSparseMatrixrelated
nlSparseMatrixNNZ(NLSparseMatrix *M)NLSparseMatrixrelated
nlSparseMatrixSort(NLSparseMatrix *M)NLSparseMatrixrelated
nlSparseMatrixZero(NLSparseMatrix *M)NLSparseMatrixrelated
rowNLSparseMatrix
row_capacityNLSparseMatrix
storageNLSparseMatrix
typeNLSparseMatrix