![]() |
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 |
| F77_RET_T | F77_FUNC (xsdot, XSDOT)(const octave_idx_type & |
| FloatRowVector | imag (const FloatComplexRowVector &a) |
| FloatRowVector | linspace (float x1, float x2, octave_idx_type n) |
| FloatRowVector | operator* (const FloatRowVector &v, const FloatMatrix &a) |
| float | operator* (const FloatRowVector &v, const FloatColumnVector &a) |
| FloatComplex | operator* (const FloatRowVector &v, const FloatComplexColumnVector &a) |
| std::ostream & | operator<< (std::ostream &os, const FloatRowVector &a) |
| std::istream & | operator>> (std::istream &is, FloatRowVector &a) |
| FloatRowVector | real (const FloatComplexRowVector &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 | |||
| ) |
| FloatRowVector imag | ( | const FloatComplexRowVector & | a | ) |
Definition at line 159 of file fRowVector.cc.
References mx_inline_imag().
| FloatRowVector linspace | ( | float | x1, |
| float | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 294 of file fRowVector.cc.
| FloatRowVector operator* | ( | const FloatRowVector & | v, |
| const FloatMatrix & | a | ||
| ) |
Definition at line 193 of file fRowVector.cc.
References Array< T >::cols(), Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), gripe_nonconformant(), Array< T >::length(), FloatRowVector::resize(), and Array< T >::rows().
| float operator* | ( | const FloatRowVector & | v, |
| const FloatColumnVector & | a | ||
| ) |
Definition at line 312 of file fRowVector.cc.
References Array< T >::data(), F77_FUNC(), gripe_nonconformant(), Array< T >::length(), and xsdot().
| FloatComplex operator* | ( | const FloatRowVector & | v, |
| const FloatComplexColumnVector & | a | ||
| ) |
Definition at line 329 of file fRowVector.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatRowVector & | a | ||
| ) |
Definition at line 262 of file fRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
| std::istream& operator>> | ( | std::istream & | is, |
| FloatRowVector & | a | ||
| ) |
Definition at line 272 of file fRowVector.cc.
References Array< T >::elem(), and Array< T >::length().
| FloatRowVector real | ( | const FloatComplexRowVector & | a | ) |
Definition at line 153 of file fRowVector.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 44 of file fRowVector.cc.
1.8.1.2