linbox
|
specialization for _Blackbox1 = _Blackbox2 More...
#include <compose.h>
Inherits BlackboxInterface.
Public Member Functions | |
Compose (const Blackbox &A, const Blackbox &B) | |
Constructor of C := A*B from blackbox matrices A and B. | |
template<class BPVector > | |
Compose (const BPVector &v) | |
Constructor of C := prod Ai from blackbox matrices Ai. | |
template<class OutVector , class InVector > | |
OutVector & | applyTranspose (OutVector &y, const InVector &x) const |
Application of BlackBox matrix transpose. | |
specialization for _Blackbox1 = _Blackbox2
|
inline |
Constructor of C := A*B from blackbox matrices A and B.
Build the product of any matrices of compatible dimensions. Requires A.coldim() equals B.rowdim().
Constructor of C := prod Ai from blackbox matrices Ai.
Build the product of any list of matrices of compatible dimensions.
|
inline |