.Modelica_LinearSystems2.Math.Matrices.LAPACK

Information

This package contains functions to call routines from software library LAPACK (Linear Algebra PACKage) aimed for numerical linear algebra. The library is provided by Netlib Repository.

Contents

NameDescription
dgeconEstimates the reciprocal of the condition number of a general real matrix A
dgeesComputes real Schur form T of real nonsymmetric matrix A, and, optionally, the matrix of Schur vectors Z as well as the eigenvalues
dgeevCompute the eigenvalues and the (real) left and right eigenvectors of matrix A
dgeev_eigenValuesCompute the eigenvalues of matrix A
dgeevxCompute the eigenvalues and the (real) left and right eigenvectors of matrix A, using lapack routine dgeevx (includes balancing of A)
dgeevx_eigenValuesCompute the eigenvalues of matrix A, using lapack routine dgeevx (with balancing)
dgegvCompute generalized eigenvalues for a (A,B) system
dgehrdReduces a real general matrix A to upper Hessenberg form H by an orthogonal similarity transformation: Q' * A * Q = H
dgeqp3Computes a QR factorization with column pivoting
dgeqrfComputes a QR factorization without pivoting
dgesddDetermine singular value decomposition
dgesvdDetermine singular value decomposition
dgesvxSolve real system of linear equations op(A) * X = B, op(A) is A or A' according to the boolean input transposed
dgetrsSolves a system of linear equations with the LU decomposition from dgetrf(..)
dggevCompute generalized eigenvalues for a (A,B) system
dggev_eigenValuesCompute only generalized eigenvalues for a (A,B) system
dggevxCompute generalized eigenvalues for a (A,B) system, using lapack routine dggevx
dhgeqzCompute generalized eigenvalues for a (A,B) system
dhseqrCompute eingenvalues of a matrix A using lapack routine DHSEQR for Hessenberg form matrix
dlangeNorm of a matrix
dlansyNorm of a symmetric matrix
dorghrGenerates a real orthogonal matrix Q which is defined as the product of IHI-ILO elementary reflectors of order N, as returned by DGEHRD
dorgqrGenerate a real orthogonal matrix Q which is defined as the product of elementary reflectors, as returned by DGEQRF
dorgqr_xGenerates a real orthogonal matrix Q which is defined as the product of elementary reflectors, as returned by DGEQRF
dormhrOverwrites the general real M-by-N matrix C with Q * C or C * Q or Q' * C or C * Q', where Q is an orthogonal matrix as returne by dgehrd
dormqrOverwrites the general real M-by-N matrix C with Q * C or C * Q or Q' * C or C * Q', where Q is an orthogonal matrix of a QR factorization as returned by dgeqrf
dtrevcCompute the right and/or left eigenvectors of a real upper quasi-triangular matrix T
dtrsenDTRSEN reorders the real Schur factorization of a real matrix
dtrsylDTRSYL solves the real Sylvester matrix equation
dgelsxComputes the minimum-norm solution to a real linear least squares problem with rank deficient A
dgemmBlas algorithm to perform C:=a*op(A)*op(B) + b*C (a,b scalars, ABC matrices)
dpotrfComputes the Cholesky factorization of a real symmetric positive definite matrix A
dtrmmBlas algorithm to perform B := alpha*op( A )*B, or B := alpha*B*op( A ) with triangular matrix A
dtrsmSolve one of the matrix equations op( A )*X = alpha*B, or X*op( A ) = alpha*B, where A is triangular matrix. BLAS routine
drotApplies a plane rotation
drotgConstruct Givens plane rotation
dtrsvSolve one of the matrix equations op( A )*x = B where A is upper or lower triangular matrix. BLAS routine
dposvCompute the solution to A * X = B, where A is a symmetric positive definite matrix
dpoconEstimates the reciprocal of the condition number (1-norm) of a real symmetric matrix A using the Cholesky factor
dgelqfCompute LQ factorization of a real matrix A=L*Q
dorglqGenerate a matrix Q with orthonormal rows which is defined as the product of elementary reflectors, as returned by DGELQF
dtrtriComputes the inverse of a triangular real matrix A

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos