#include "Array-util.h"
#include "vx-crv-rv.h"
#include "mx-op-defs.h"
#include "CRowVector.h"
#include "dRowVector.h"
Go to the source code of this file.
Functions | |
ComplexRowVector | operator+ (const ComplexRowVector &v1, const RowVector &v2) |
ComplexRowVector | operator- (const ComplexRowVector &v1, const RowVector &v2) |
ComplexRowVector | product (const ComplexRowVector &v1, const RowVector &v2) |
ComplexRowVector | quotient (const ComplexRowVector &v1, const RowVector &v2) |
ComplexRowVector operator+ | ( | const ComplexRowVector & | v1, |
const RowVector & | v2 | ||
) |
Definition at line 10 of file vx-crv-rv.cc.
ComplexRowVector operator- | ( | const ComplexRowVector & | v1, |
const RowVector & | v2 | ||
) |
Definition at line 10 of file vx-crv-rv.cc.
ComplexRowVector product | ( | const ComplexRowVector & | v1, |
const RowVector & | v2 | ||
) |
Definition at line 10 of file vx-crv-rv.cc.
ComplexRowVector quotient | ( | const ComplexRowVector & | v1, |
const RowVector & | v2 | ||
) |
Definition at line 10 of file vx-crv-rv.cc.