#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 176 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_value::matrix_value(), octave_value::ndims(), ovl(), and print_usage().
◆ Fsvd_driver()
◆ svd_driver()
template<typename T >
static math::svd<T>::Driver svd_driver |
( |
void |
| ) |
|
|
static |
◆ svd_type()
template<typename T >
static math::svd<T>::Type svd_type |
( |
int |
nargin, |
|
|
int |
nargout, |
|
|
const octave_value_list & |
args, |
|
|
const T & |
A |
|
) |
| |
|
static |
Definition at line 46 of file svd.cc.
References A.
◆ Vsvd_driver
std::string Vsvd_driver = "gesvd" |
|
static |