#include "svd.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "pr-output.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
◆ Fsvd()
Definition at line 170 of file svd.cc.
References ComplexNDArray::any_element_is_inf_or_nan(), NDArray::any_element_is_inf_or_nan(), FloatComplexNDArray::any_element_is_inf_or_nan(), FloatNDArray::any_element_is_inf_or_nan(), octave_value::complex_matrix_value(), err_wrong_type_arg(), error(), DiagMatrix::extract_diag(), FloatDiagMatrix::extract_diag(), octave_value::float_complex_matrix_value(), octave_value::float_matrix_value(), octave_value::is_single_type(), octave_value::iscomplex(), octave_value::isreal(), octave::math::svd< T >::left_singular_matrix(), octave_value::matrix_value(), octave_value::ndims(), ovl(), print_usage(), retval, octave::math::svd< T >::right_singular_matrix(), and octave::math::svd< T >::singular_values().
◆ Fsvd_driver()
◆ svd_driver()
◆ svd_type()
Definition at line 44 of file svd.cc.
References A.
◆ Vsvd_driver
std::string Vsvd_driver = "gesvd" |
|
static |