Definition at line 273 of file lu.cc.
References Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), and Array< T >::rows().
lu< FloatMatrix >::lu | ( | const FloatMatrix & | a | ) |
Definition at line 425 of file lu.cc.
References Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), and Array< T >::rows().
lu< ComplexMatrix >::lu | ( | const ComplexMatrix & | a | ) |
Definition at line 580 of file lu.cc.
References Array< T >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::rows().
lu< FloatComplexMatrix >::lu | ( | const FloatComplexMatrix & | a | ) |
Definition at line 747 of file lu.cc.
References Array< T >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::rows().
void lu< Matrix >::update | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 297 of file lu.cc.
References Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), r, and Array< T >::rows().
void lu< ComplexMatrix >::update | ( | const ComplexColumnVector & | u, |
const ComplexColumnVector & | v | ||
) |
Definition at line 605 of file lu.cc.
References Array< T >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), r, and Array< T >::rows().
void lu< ComplexMatrix >::update | ( | const ComplexMatrix & | u, |
const ComplexMatrix & | v | ||
) |
Definition at line 634 of file lu.cc.
References ComplexMatrix::column(), Array< T >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, r, and Array< T >::rows().
void lu< FloatMatrix >::update | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 449 of file lu.cc.
References Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), r, and Array< T >::rows().
void lu< FloatComplexMatrix >::update | ( | const FloatComplexColumnVector & | u, |
const FloatComplexColumnVector & | v | ||
) |
Definition at line 772 of file lu.cc.
References Array< T >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), r, and Array< T >::rows().
void lu< FloatComplexMatrix >::update | ( | const FloatComplexMatrix & | u, |
const FloatComplexMatrix & | v | ||
) |
Definition at line 801 of file lu.cc.
References FloatComplexMatrix::column(), Array< T >::columns(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, r, and Array< T >::rows().
void lu< FloatMatrix >::update | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 477 of file lu.cc.
References FloatMatrix::column(), Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), m, n, r, and Array< T >::rows().
Definition at line 323 of file lu.cc.
References Matrix::column(), Array< T >::columns(), F77_XFCN, Array< T >::fortran_vec(), m, n, r, and Array< T >::rows().
void lu< Matrix >::update_piv | ( | const ColumnVector & | u, |
const ColumnVector & | v | ||
) |
Definition at line 356 of file lu.cc.
References Array< T >::columns(), Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< ComplexMatrix >::update_piv | ( | const ComplexColumnVector & | u, |
const ComplexColumnVector & | v | ||
) |
Definition at line 670 of file lu.cc.
References Array< T >::columns(), Array< T >::data(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< ComplexMatrix >::update_piv | ( | const ComplexMatrix & | u, |
const ComplexMatrix & | v | ||
) |
Definition at line 704 of file lu.cc.
References ComplexMatrix::column(), Array< T >::columns(), Array< T >::data(), F77_CONST_DBLE_CMPLX_ARG, F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< FloatMatrix >::update_piv | ( | const FloatColumnVector & | u, |
const FloatColumnVector & | v | ||
) |
Definition at line 510 of file lu.cc.
References Array< T >::columns(), Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< FloatComplexMatrix >::update_piv | ( | const FloatComplexColumnVector & | u, |
const FloatComplexColumnVector & | v | ||
) |
Definition at line 836 of file lu.cc.
References Array< T >::columns(), Array< T >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, Array< T >::numel(), OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< FloatComplexMatrix >::update_piv | ( | const FloatComplexMatrix & | u, |
const FloatComplexMatrix & | v | ||
) |
Definition at line 870 of file lu.cc.
References FloatComplexMatrix::column(), Array< T >::columns(), Array< T >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), m, n, OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
void lu< FloatMatrix >::update_piv | ( | const FloatMatrix & | u, |
const FloatMatrix & | v | ||
) |
Definition at line 542 of file lu.cc.
References FloatMatrix::column(), Array< T >::columns(), Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), m, n, OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().
Definition at line 387 of file lu.cc.
References Matrix::column(), Array< T >::columns(), Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), m, n, OCTAVE_LOCAL_BUFFER, r, Array< T >::rows(), and Faddeeva::w().