#include <arith.h>
Inheritance diagram for mimo::MultiplyInvTM< seqTM, seqTV >:
Public Member Functions | |
MultiplyInvTM (int deviceID, DeviceSystemIntf *system, const simth::PropertyList &pl, size_t dim_in, size_t dim_out) | |
void | process () |
Only works for matrices at input_port 0 and vectors at input_port 1. The matrix A is of dimension MxN, the input vector b of dimension N, and the output vector x of dimension M. If M=N, the solution is, well, the solution of Ax=b. If M>N, the solution will be the linear least square that minimizes ||Ax-b||^2 using QR factorization.
Parameters in Micos parameter file:
type
: set this to "<code>multiply</code>"
dim_in
: Set this to the length M of the input vector.
dim_out
: Set this to the length M of the output vector.
streamtype
: Set this to CMatrixSeq
for complex matrix sequences.
|
|
|
Implements simth::Device. |