linbox  1
Public Member Functions
Compose< _Blackbox, _Blackbox > Class Template Reference

specialization for _Blackbox1 = _Blackbox2 More...

#include <compose.h>

Inheritance diagram for Compose< _Blackbox, _Blackbox >:
BlackboxInterface

List of all members.

Public Member Functions

template<class BPVector >
 Compose (const BPVector &v)

Detailed Description

template<class _Blackbox>
class LinBox::Compose< _Blackbox, _Blackbox >

specialization for _Blackbox1 = _Blackbox2


Constructor & Destructor Documentation

Compose ( const BPVector &  v) [inline]

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().


The documentation for this class was generated from the following file: