#include <quad-matrix.h>
|
| | SideBySide (const Quad *A, const Quad *B) |
| |
| template<typename InVector, typename OutVector> |
| OutVector & | apply (OutVector &y, const InVector &x) const |
| |
| template<typename InVector, typename OutVector> |
| OutVector & | applyTranspose (OutVector &y, const InVector &x) const |
| |
| size_t | rowdim () const |
| |
| size_t | coldim () const |
| |
| const Field & | field () const |
| |
◆ SideBySide()
◆ apply()
template<typename InVector, typename OutVector>
| OutVector & apply |
( |
OutVector & | y, |
|
|
const InVector & | x ) const |
|
inline |
◆ applyTranspose()
template<typename InVector, typename OutVector>
| OutVector & applyTranspose |
( |
OutVector & | y, |
|
|
const InVector & | x ) const |
|
inline |
◆ rowdim()
◆ coldim()
◆ field()
| const Field & field |
( |
| ) |
const |
|
inline |
◆ _quadLeft
◆ _quadRight
The documentation for this class was generated from the following file: