Method | Description | |
---|---|---|
Copy ( ) : |
|
|
CudaSparseMatrixDescriptor ( ) : System |
When the matrix descriptor is created, its fields are initialized to: CUSPARSE_MATRIXYPE_GENERAL CUSPARSE_INDEX_BASE_ZERO All other fields are uninitialized
|
|
CudaSparseMatrixDescriptor ( cusparseFillMode fillMode, cusparseDiagType diagType ) : System |
When the matrix descriptor is created, its fields are initialized to: CUSPARSE_MATRIXYPE_GENERAL CUSPARSE_INDEX_BASE_ZERO
|
|
CudaSparseMatrixDescriptor ( cusparseMatrixType matrixType, cusparseFillMode fillMode, cusparseDiagType diagType, cusparseIndexBase indexBase ) : System |
Creates a new CudaSparseMatrixDescriptor
|
|
Dispose ( ) : void |
Dispose
|
|
GetMatDiagType ( ) : cusparseDiagType |
Returns matrix diagonal type
|
|
GetMatFillMode ( ) : cusparseFillMode |
Returns matrix fill mode
|
|
GetMatIndexBase ( ) : cusparseIndexBase |
Returns matrix index base.
|
|
GetMatType ( ) : cusparseMatrixType |
Returns matrix type
|
|
SetMatDiagType ( cusparseDiagType diagType ) : void |
Sets matrix diagonal type
|
|
SetMatFillMode ( cusparseFillMode fillMode ) : void |
Sets matrix fill mode
|
|
SetMatIndexBase ( cusparseIndexBase indexBase ) : void |
Sets matrix index base
|
|
SetMatType ( cusparseMatrixType type ) : void |
Sets the matrix type
|
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void |
For IDisposable
|
public CudaSparseMatrixDescriptor ( ) : System | ||
return | System |
public CudaSparseMatrixDescriptor ( cusparseFillMode fillMode, cusparseDiagType diagType ) : System | ||
fillMode | cusparseFillMode | |
diagType | cusparseDiagType | |
return | System |
public CudaSparseMatrixDescriptor ( cusparseMatrixType matrixType, cusparseFillMode fillMode, cusparseDiagType diagType, cusparseIndexBase indexBase ) : System | ||
matrixType | cusparseMatrixType | |
fillMode | cusparseFillMode | |
diagType | cusparseDiagType | |
indexBase | cusparseIndexBase | |
return | System |
public GetMatIndexBase ( ) : cusparseIndexBase | ||
return | cusparseIndexBase |
public SetMatDiagType ( cusparseDiagType diagType ) : void | ||
diagType | cusparseDiagType | |
return | void |
public SetMatFillMode ( cusparseFillMode fillMode ) : void | ||
fillMode | cusparseFillMode | |
return | void |
public SetMatIndexBase ( cusparseIndexBase indexBase ) : void | ||
indexBase | cusparseIndexBase | |
return | void |
public SetMatType ( cusparseMatrixType type ) : void | ||
type | cusparseMatrixType | |
return | void |