Go to the source code of this file.
Functions | |
ComplexRowVector | operator+ (const RowVector &, const ComplexRowVector &) |
ComplexRowVector | operator- (const RowVector &, const ComplexRowVector &) |
ComplexRowVector | product (const RowVector &, const ComplexRowVector &) |
ComplexRowVector | quotient (const RowVector &, const ComplexRowVector &) |
ComplexRowVector operator+ | ( | const RowVector & | v1, |
const ComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-rv-crv.cc.
ComplexRowVector operator- | ( | const RowVector & | v1, |
const ComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-rv-crv.cc.
ComplexRowVector product | ( | const RowVector & | v1, |
const ComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-rv-crv.cc.
ComplexRowVector quotient | ( | const RowVector & | v1, |
const ComplexRowVector & | v2 | ||
) |
Definition at line 10 of file vx-rv-crv.cc.