linalg 1.7.4
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
lapack::dlaset Interface Reference

Public Member Functions

subroutine dlaset (uplo, m, n, alpha, beta, a, lda)
 

Detailed Description

Definition at line 89 of file lapack.f90.

Constructor & Destructor Documentation

◆ dlaset()

subroutine lapack::dlaset::dlaset ( character, intent(in) uplo,
integer(int32), intent(in) m,
integer(int32), intent(in) n,
real(real64), intent(in) alpha,
real(real64), intent(in) beta,
real(real64), dimension(lda,*), intent(out) a,
integer(int32), intent(in) lda )

Definition at line 89 of file lapack.f90.


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