#include <arcane/aleph/cuda/AlephCudaMatrixCrs.h>
Types publics | |
enum | { NO_INDEX = ~0 } |
typedef CNC_Vector< long > | IndexArray |
Fonctions membres publiques | |
void | clear () |
long | m () const |
long | n () const |
long | nnz () const |
long | row_nnz (long i) const |
long | mem_usage () const |
Attributs publics | |
IndexArray | colind |
IndexArray | rowptr |
long | N |
bool | symmetric_storage |
SparseMatrixPattern in Compressed Row Storage mode.
Définition à la ligne 64 du fichier AlephCudaMatrixCrs.h.
Définition à la ligne 66 du fichier AlephCudaMatrixCrs.h.
Définition à la ligne 67 du fichier AlephCudaMatrixCrs.h.
|
inline |
Définition à la ligne 68 du fichier AlephCudaMatrixCrs.h.
|
inline |
Définition à la ligne 72 du fichier AlephCudaMatrixCrs.h.
|
inline |
number of rows
Définition à la ligne 79 du fichier AlephCudaMatrixCrs.h.
|
inline |
Définition à la ligne 88 du fichier AlephCudaMatrixCrs.h.
|
inline |
number of columns
Définition à la ligne 81 du fichier AlephCudaMatrixCrs.h.
|
inline |
number of non-zero coefficients
Définition à la ligne 83 du fichier AlephCudaMatrixCrs.h.
number of non-zero coefficients in row i
Définition à la ligne 85 du fichier AlephCudaMatrixCrs.h.
IndexArray Arcane::CNC_MatrixPatternCRS::colind |
Définition à la ligne 95 du fichier AlephCudaMatrixCrs.h.
long Arcane::CNC_MatrixPatternCRS::N |
Définition à la ligne 97 du fichier AlephCudaMatrixCrs.h.
IndexArray Arcane::CNC_MatrixPatternCRS::rowptr |
Définition à la ligne 96 du fichier AlephCudaMatrixCrs.h.
bool Arcane::CNC_MatrixPatternCRS::symmetric_storage |
Définition à la ligne 98 du fichier AlephCudaMatrixCrs.h.