#include <iostream>
#include "floatSVD.h"
#include "f77-fcn.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
F77_RET_T | F77_FUNC (sgesvd, SGESVD)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T | F77_FUNC (sgesdd, SGESDD)(F77_CONST_CHAR_ARG_DECL |
std::ostream & | operator<< (std::ostream &os, const FloatSVD &a) |
Variables | |
F77_RET_T const octave_idx_type const octave_idx_type float const octave_idx_type float float const octave_idx_type float const octave_idx_type float const octave_idx_type octave_idx_type &F77_CHAR_ARG_LEN_DECL | F77_CHAR_ARG_LEN_DECL |
F77_RET_T | F77_CONST_CHAR_ARG_DECL |
F77_RET_T F77_FUNC | ( | sgesvd | , | |
SGESVD | ||||
) |
F77_RET_T F77_FUNC | ( | sgesdd | , | |
SGESDD | ||||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatSVD & | a | |||
) |
Definition at line 204 of file floatSVD.cc.
References FloatSVD::left_singular_matrix(), FloatSVD::right_singular_matrix(), and FloatSVD::singular_values().
F77_RET_T const octave_idx_type const octave_idx_type float const octave_idx_type float float const octave_idx_type float const octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 37 of file floatSVD.cc.
F77_RET_T F77_CONST_CHAR_ARG_DECL |
Definition at line 37 of file floatSVD.cc.