![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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.
Functions | |
| F77_RET_T | F77_FUNC (sgemv, SGEMV)(F77_CONST_CHAR_ARG_DECL |
| FloatColumnVector | imag (const FloatComplexColumnVector &a) |
| FloatColumnVector | operator* (const FloatMatrix &m, const FloatColumnVector &a) |
| FloatColumnVector | operator* (const FloatDiagMatrix &m, const FloatColumnVector &a) |
| std::ostream & | operator<< (std::ostream &os, const FloatColumnVector &a) |
| std::istream & | operator>> (std::istream &is, FloatColumnVector &a) |
| FloatColumnVector | real (const FloatComplexColumnVector &a) |
Variables | |
| F77_RET_T const octave_idx_type const octave_idx_type const float const float const octave_idx_type const float const octave_idx_type const float float const octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
| F77_RET_T F77_FUNC | ( | sgemv | , |
| SGEMV | |||
| ) |
| FloatColumnVector imag | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 161 of file fColVector.cc.
References mx_inline_imag().
| FloatColumnVector operator* | ( | const FloatMatrix & | m, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 197 of file fColVector.cc.
References FloatColumnVector::clear(), Array< T >::cols(), Array< T >::data(), f, F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, FloatColumnVector::fill(), Array< T >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), and Array< T >::rows().
| FloatColumnVector operator* | ( | const FloatDiagMatrix & | m, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 234 of file fColVector.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::elem(), Array< T >::elem(), gripe_nonconformant(), Array< T >::length(), FloatColumnVector::resize(), and DiagArray2< T >::rows().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 299 of file fColVector.cc.
References Array< T >::elem(), and Array< T >::length().
| std::istream& operator>> | ( | std::istream & | is, |
| FloatColumnVector & | a | ||
| ) |
Definition at line 308 of file fColVector.cc.
References Array< T >::elem(), and Array< T >::length().
| FloatColumnVector real | ( | const FloatComplexColumnVector & | a | ) |
Definition at line 155 of file fColVector.cc.
References mx_inline_real().
| F77_RET_T const octave_idx_type const octave_idx_type const float const float const octave_idx_type const float const octave_idx_type const float float const octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 45 of file fColVector.cc.
1.8.1.2