#include <smatrix.hh>
Public Member Functions | |
| SMatrixCompose (const SMatrixBase< F > &A, const SMatrixBase< F > &B, const SMatrixBase< F > *C=0) | |
| virtual void | operator() (const TColumn< F > &src, TColumn< F > &dest) const |
| Application operator. | |
| virtual uint | size () const |
| Returns the size of the S matrix. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Composing S matrices.
Definition at line 192 of file smatrix.hh.
|
inline |
Constructor. Composes the two S matrices.
| A | First factor |
| B | Second factor |
| C | Third factor, optional |
Definition at line 199 of file smatrix.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::SMatrixBase< F >.
|
virtual |
Application operator.
Implements concepts::SMatrixBase< F >.
|
virtual |
Returns the size of the S matrix.
Implements concepts::SMatrixBase< F >.