#include <iostream>
#include "Array-util.h"
#include "f77-fcn.h"
#include "functor.h"
#include "lo-error.h"
#include "mx-base.h"
#include "mx-inlines.cc"
#include "oct-cmplx.h"
Go to the source code of this file.
FloatComplexColumnVector conj | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 243 of file fCColVector.cc.
F77_RET_T F77_FUNC | ( | cgemv | , | |
CGEMV | ||||
) |
FloatComplexColumnVector operator* | ( | const FloatComplexMatrix & | m, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 332 of file fCColVector.cc.
References FloatComplexColumnVector::clear(), Array< T >::cols(), Array< T >::data(), f, F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, FloatComplexColumnVector::fill(), Array< T >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< T >::rows().
FloatComplexColumnVector operator* | ( | const FloatComplexDiagMatrix & | m, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 434 of file fCColVector.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::elem(), Array< T >::elem(), gripe_nonconformant(), Array< T >::length(), and DiagArray2< T >::rows().
FloatComplexColumnVector operator* | ( | const FloatComplexDiagMatrix & | m, | |
const FloatColumnVector & | a | |||
) |
Definition at line 406 of file fCColVector.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::elem(), Array< T >::elem(), gripe_nonconformant(), Array< T >::length(), and DiagArray2< T >::rows().
FloatComplexColumnVector operator* | ( | const FloatDiagMatrix & | m, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 378 of file fCColVector.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::elem(), Array< T >::elem(), gripe_nonconformant(), Array< T >::length(), and DiagArray2< T >::rows().
FloatComplexColumnVector operator* | ( | const FloatMatrix & | m, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 369 of file fCColVector.cc.
FloatComplexColumnVector operator* | ( | const FloatComplexMatrix & | m, | |
const FloatColumnVector & | a | |||
) |
Definition at line 325 of file fCColVector.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatComplexColumnVector & | a | |||
) |
Definition at line 506 of file fCColVector.cc.
References Array< T >::elem(), and Array< T >::length().
std::istream& operator>> | ( | std::istream & | is, | |
FloatComplexColumnVector & | a | |||
) |
Definition at line 515 of file fCColVector.cc.
References Array< T >::elem(), and Array< T >::length().
F77_RET_T const octave_idx_type const octave_idx_type const FloatComplex const FloatComplex const octave_idx_type const FloatComplex const octave_idx_type const FloatComplex FloatComplex const octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 45 of file fCColVector.cc.