fortran-lapack
Loading...
Searching...
No Matches
la_solve::solve_upper_chol Interface Reference

Public Member Functions

pure subroutine la_ssolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, real(sp)
 
pure subroutine la_dsolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, real(dp)
 
pure subroutine la_qsolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, real(qp)
 
pure subroutine la_csolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, complex(sp)
 
pure subroutine la_zsolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, complex(dp)
 
pure subroutine la_wsolve_upper_chol_one (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _one, complex(qp)
 
pure subroutine la_ssolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, real(sp)
 
pure subroutine la_dsolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, real(dp)
 
pure subroutine la_qsolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, real(qp)
 
pure subroutine la_csolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, complex(sp)
 
pure subroutine la_zsolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, complex(dp)
 
pure subroutine la_wsolve_upper_chol_multiple (u, b, x, err)
 Solve from a pre-computed upper Cholesky factor, _multiple, complex(qp)
 

Member Function/Subroutine Documentation

◆ la_csolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_csolve_upper_chol_multiple ( complex(sp), dimension(:,:), intent(in) u,
complex(sp), dimension(:,:), intent(in) b,
complex(sp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, complex(sp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_csolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_csolve_upper_chol_one ( complex(sp), dimension(:,:), intent(in) u,
complex(sp), dimension(:), intent(in) b,
complex(sp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, complex(sp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_dsolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_dsolve_upper_chol_multiple ( real(dp), dimension(:,:), intent(in) u,
real(dp), dimension(:,:), intent(in) b,
real(dp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, real(dp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_dsolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_dsolve_upper_chol_one ( real(dp), dimension(:,:), intent(in) u,
real(dp), dimension(:), intent(in) b,
real(dp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, real(dp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_qsolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_qsolve_upper_chol_multiple ( real(qp), dimension(:,:), intent(in) u,
real(qp), dimension(:,:), intent(in) b,
real(qp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, real(qp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_qsolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_qsolve_upper_chol_one ( real(qp), dimension(:,:), intent(in) u,
real(qp), dimension(:), intent(in) b,
real(qp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, real(qp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_ssolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_ssolve_upper_chol_multiple ( real(sp), dimension(:,:), intent(in) u,
real(sp), dimension(:,:), intent(in) b,
real(sp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, real(sp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_ssolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_ssolve_upper_chol_one ( real(sp), dimension(:,:), intent(in) u,
real(sp), dimension(:), intent(in) b,
real(sp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, real(sp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_wsolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_wsolve_upper_chol_multiple ( complex(qp), dimension(:,:), intent(in) u,
complex(qp), dimension(:,:), intent(in) b,
complex(qp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, complex(qp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_wsolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_wsolve_upper_chol_one ( complex(qp), dimension(:,:), intent(in) u,
complex(qp), dimension(:), intent(in) b,
complex(qp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, complex(qp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_zsolve_upper_chol_multiple()

pure subroutine la_solve::solve_upper_chol::la_zsolve_upper_chol_multiple ( complex(dp), dimension(:,:), intent(in) u,
complex(dp), dimension(:,:), intent(in) b,
complex(dp), dimension(:,:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _multiple, complex(dp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

◆ la_zsolve_upper_chol_one()

pure subroutine la_solve::solve_upper_chol::la_zsolve_upper_chol_one ( complex(dp), dimension(:,:), intent(in) u,
complex(dp), dimension(:), intent(in) b,
complex(dp), dimension(:), intent(inout), target, contiguous x,
type(la_state), intent(out), optional err )

Solve from a pre-computed upper Cholesky factor, _one, complex(dp)

Parameters
[in]uUpper Cholesky factor u[n,n] from cholesky(...,lower=.false.)
[in]bRight hand side vector or array, b[n] or b[n,nrhs]
[in,out]xResult array/matrix x[n] or x[n,nrhs]
[out]err[optional] state return flag. On error if not requested, the code will stop

The documentation for this interface was generated from the following file: