|
| subroutine | la_sconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the real(sp) equality-constrained least-squares solver.
|
| |
| subroutine | la_dconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the real(dp) equality-constrained least-squares solver.
|
| |
| subroutine | la_qconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the real(qp) equality-constrained least-squares solver.
|
| |
| subroutine | la_cconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the complex(sp) equality-constrained least-squares solver.
|
| |
| subroutine | la_zconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the complex(dp) equality-constrained least-squares solver.
|
| |
| subroutine | la_wconstrained_lstsq_space (a, c, lwork, err) |
| | Working space needed by the complex(qp) equality-constrained least-squares solver.
|
| |
◆ la_cconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_cconstrained_lstsq_space |
( |
complex(sp), dimension(:,:), intent(in) | a, |
|
|
complex(sp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the complex(sp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [out] | err | [optional] state return flag. On error if not requested, the code will stop |
◆ la_dconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_dconstrained_lstsq_space |
( |
real(dp), dimension(:,:), intent(in) | a, |
|
|
real(dp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the real(dp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [out] | err | [optional] state return flag. On error if not requested, the code will stop |
◆ la_qconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_qconstrained_lstsq_space |
( |
real(qp), dimension(:,:), intent(in) | a, |
|
|
real(qp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the real(qp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [out] | err | [optional] state return flag. On error if not requested, the code will stop |
◆ la_sconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_sconstrained_lstsq_space |
( |
real(sp), dimension(:,:), intent(in) | a, |
|
|
real(sp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the real(sp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [out] | err | [optional] state return flag. On error if not requested, the code will stop |
◆ la_wconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_wconstrained_lstsq_space |
( |
complex(qp), dimension(:,:), intent(in) | a, |
|
|
complex(qp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the complex(qp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [out] | err | [optional] state return flag. On error if not requested, the code will stop |
◆ la_zconstrained_lstsq_space()
| subroutine la_least_squares::constrained_lstsq_space::la_zconstrained_lstsq_space |
( |
complex(dp), dimension(:,:), intent(in) | a, |
|
|
complex(dp), dimension(:,:), intent(in) | c, |
|
|
integer(ilp), intent(out) | lwork, |
|
|
type(la_state), intent(out), optional | err ) |
Working space needed by the complex(dp) equality-constrained least-squares solver.
- Parameters
-
| [in] | a | Least-squares matrix a[m,n] |
| [in] | c | Equality constraint matrix c[p,n] |
| [out] | lwork | Size of the working space array |
| [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: