Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16311 программистов и 1793 робота. Сейчас ищет 1991 программист ...
Lapack
Вернуться к: Математические расширения
- Введение
- Установка и настройка
- Предопределенные константы
- Lapack — The Lapack class
- Lapack::eigenValues — This function returns the eigenvalues for a given square matrix
- Lapack::identity — Return an identity matrix
- Lapack::leastSquaresByFactorisation — Calculate the linear least squares solution of a matrix using QR factorisation
- Lapack::leastSquaresBySVD — Solve the linear least squares problem, using SVD
- Lapack::pseudoInverse — Calculate the inverse of a matrix
- Lapack::singularValues — Calculated the singular values of a matrix
- Lapack::solveLinearEquation — Solve a system of linear equations
- LapackException — The LapackException class
Вернуться к: Математические расширения