TransposedBlasMatrix.
More...
#include <blas-transposed-matrix.h>
template<>
class LinBox::TransposedBlasMatrix< TransposedBlasMatrix< Matrix > >
TransposedBlasMatrix.
NO DOC
§ TransposedBlasMatrix() [1/2]
§ TransposedBlasMatrix() [2/2]
§ apply() [1/2]
OutVector & apply |
( |
OutVector & |
y, |
|
|
const InVector & |
x |
|
) |
| const |
|
inlineinherited |
apply.
Uses one of the three private utility functions. It calls the generalized utility function _apply if there is no special ordering, _fyapply if there is C_ordering or _fxapply if there is fortran_ordering
§ apply() [2/2]
OutVector& apply |
( |
OutVector & |
y, |
|
|
const InVector & |
x |
|
) |
| const |
|
inherited |
Uses one of the three private utility functions.
It calls the generalized utility function _apply if there is no special ordering, _fyapply if there is C_ordering or _fxapply if there is fortran_ordering
§ applyTranspose() [1/2]
OutVector & applyTranspose |
( |
OutVector & |
y, |
|
|
const InVector & |
x |
|
) |
| const |
|
inlineinherited |
applyTranspose.
Uses one of the three private utility functions, in the manner described above. Worthy of note is the fact that applyTranspose works by passing the column positions to the _apply functions as if they were rows, and row positions as if they were columns, as if the matrix had been transposed.
§ applyTranspose() [2/2]
OutVector& applyTranspose |
( |
OutVector & |
y, |
|
|
const InVector & |
x |
|
) |
| const |
|
inherited |
Uses one of the three private utility functions, in the manner described above.
Worthy of note is the fact that applyTranspose works by passing the column positions to the _apply functions as if they were rows, and row positions as if they were columns, as if the matrix had been transposed.
§ read() [1/2]
std::istream& read |
( |
std::istream & |
is | ) |
|
|
inlineinherited |
Read the matrix from a stream in the JGD's SMS format.
- Parameters
-
is | Input stream from which to read the matrix |
- Returns
- Reference to input stream
§ read() [2/2]
std::istream& read |
( |
std::istream & |
is | ) |
|
|
inlineinherited |
Read the matrix from a stream in the JGD's SMS format.
- Parameters
-
is | Input stream from which to read the matrix |
- Returns
- Reference to input stream
§ rowSort()
Tells the number of nonzero entries.
Non blackbox function.
The documentation for this class was generated from the following file: