#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"
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 | real (const FloatComplexRowVector &a) |
FloatRowVector | imag (const FloatComplexRowVector &a) |
FloatRowVector | operator* (const FloatRowVector &v, const FloatMatrix &a) |
std::ostream & | operator<< (std::ostream &os, const FloatRowVector &a) |
std::istream & | operator>> (std::istream &is, FloatRowVector &a) |
FloatRowVector | linspace (float x1, float x2, octave_idx_type n) |
float | operator* (const FloatRowVector &v, const FloatColumnVector &a) |
FloatComplex | operator* (const FloatRowVector &v, 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 | ( | xsdot | , | |
XSDOT | ||||
) | const |
F77_RET_T F77_FUNC | ( | sgemv | , | |
SGEMV | ||||
) |
FloatRowVector imag | ( | const FloatComplexRowVector & | a | ) |
FloatRowVector linspace | ( | float | x1, | |
float | x2, | |||
octave_idx_type | n | |||
) |
FloatComplex operator* | ( | const FloatRowVector & | v, | |
const FloatComplexColumnVector & | a | |||
) |
float operator* | ( | const FloatRowVector & | v, | |
const FloatColumnVector & | a | |||
) |
FloatRowVector operator* | ( | const FloatRowVector & | v, | |
const FloatMatrix & | a | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatRowVector & | a | |||
) |
std::istream& operator>> | ( | std::istream & | is, | |
FloatRowVector & | a | |||
) |
FloatRowVector real | ( | const FloatComplexRowVector & | a | ) |
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 |