#include <compose.h>
Inheritance diagram for Compose< _Blackbox, _Blackbox >:
Public Member Functions | |
template<class BPVector> | Compose (const BPVector &v) |
|
Constructor of C := A*B from blackbox matrices A and B. Build the product A*B of any two black box matrices of compatible dimensions. Requires A.coldim() equals B.rowdim(). |