OCTAVE_API lu< Matrix >::lu | ( | const Matrix & | a | ) |
Definition at line 274 of file lu.cc.
References Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API lu< FloatMatrix >::lu | ( | const FloatMatrix & | a | ) |
Definition at line 427 of file lu.cc.
References Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API lu< ComplexMatrix >::lu | ( | const ComplexMatrix & | a | ) |
Definition at line 583 of file lu.cc.
References Array< T, Alloc >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API lu< FloatComplexMatrix >::lu | ( | const FloatComplexMatrix & | a | ) |
Definition at line 751 of file lu.cc.
References Array< T, Alloc >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< Matrix >::update | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 298 of file lu.cc.
References Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< ComplexMatrix >::update | ( | const ComplexColumnVector & | u, |
const ComplexColumnVector & | v | ||
) |
Definition at line 608 of file lu.cc.
References Array< T, Alloc >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< ComplexMatrix >::update | ( | const ComplexMatrix & | u, |
const ComplexMatrix & | v | ||
) |
Definition at line 637 of file lu.cc.
References ComplexMatrix::column(), Array< T, Alloc >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< FloatMatrix >::update | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 451 of file lu.cc.
References Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< FloatComplexMatrix >::update | ( | const FloatComplexColumnVector & | u, |
const FloatComplexColumnVector & | v | ||
) |
Definition at line 776 of file lu.cc.
References Array< T, Alloc >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< FloatComplexMatrix >::update | ( | const FloatComplexMatrix & | u, |
const FloatComplexMatrix & | v | ||
) |
Definition at line 805 of file lu.cc.
References FloatComplexMatrix::column(), Array< T, Alloc >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< FloatMatrix >::update | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 479 of file lu.cc.
References FloatMatrix::column(), Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< Matrix >::update | ( | const Matrix & | u, |
const Matrix & | v | ||
) |
Definition at line 324 of file lu.cc.
References Matrix::column(), Array< T, Alloc >::columns(), F77_XFCN, Array< T, Alloc >::fortran_vec(), and Array< T, Alloc >::rows().
OCTAVE_API void lu< Matrix >::update_piv | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 357 of file lu.cc.
References Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< ComplexMatrix >::update_piv | ( | const ComplexColumnVector & | u, |
const ComplexColumnVector & | v | ||
) |
Definition at line 673 of file lu.cc.
References Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< ComplexMatrix >::update_piv | ( | const ComplexMatrix & | u, |
const ComplexMatrix & | v | ||
) |
Definition at line 707 of file lu.cc.
References ComplexMatrix::column(), Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< FloatMatrix >::update_piv | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 512 of file lu.cc.
References Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< FloatComplexMatrix >::update_piv | ( | const FloatComplexColumnVector & | u, |
const FloatComplexColumnVector & | v | ||
) |
Definition at line 840 of file lu.cc.
References Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::numel(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< FloatComplexMatrix >::update_piv | ( | const FloatComplexMatrix & | u, |
const FloatComplexMatrix & | v | ||
) |
Definition at line 874 of file lu.cc.
References FloatComplexMatrix::column(), Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< FloatMatrix >::update_piv | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 544 of file lu.cc.
References FloatMatrix::column(), Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_XFCN, Array< T, Alloc >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().
OCTAVE_API void lu< Matrix >::update_piv | ( | const Matrix & | u, |
const Matrix & | v | ||
) |
Definition at line 388 of file lu.cc.
References Matrix::column(), Array< T, Alloc >::columns(), Array< T, Alloc >::data(), F77_XFCN, Array< T, Alloc >::fortran_vec(), OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and Faddeeva::w().