Public Member Functions | |
octave_idx_type | init (const ComplexMatrix &a) |
octave_idx_type | init (const FloatComplexMatrix &a) |
octave_idx_type | init (const FloatMatrix &a) |
octave_idx_type | init (const Matrix &a) |
octave_idx_type hess< ComplexMatrix >::init | ( | const ComplexMatrix & | a | ) |
Definition at line 171 of file hess.cc.
References Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().
octave_idx_type hess< FloatComplexMatrix >::init | ( | const FloatComplexMatrix & | a | ) |
Definition at line 234 of file hess.cc.
References Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().
octave_idx_type hess< FloatMatrix >::init | ( | const FloatMatrix & | a | ) |
Definition at line 108 of file hess.cc.
References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().
octave_idx_type hess< Matrix >::init | ( | const Matrix & | a | ) |
Definition at line 45 of file hess.cc.
References Array< T >::cols(), F77_XFCN, Array< T >::fortran_vec(), n, Array< T >::rows(), and scale().