A B C D E F G H I M O P Q R S U V

D

daxpy_f77(int, double, double[], int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method multiplies a constant times a vector and adds the product to another vector --- dy[ ] = da*dx[ ] + dy[ ].
dcopy_f77(int, double[], int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method copies the vector dx[ ] to the vector dy[ ].
dcopyp_f77(int, double[], double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method copies a portion of vector x[ ] to the corresponding portion of vector y[ ].
ddot_f77(int, double[], int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the dot product of two vectors.
dnrm2_f77(int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the Euclidean norm of the vector stored in dx[ ] with storage increment incx.
dnrm2p_f77(int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the Euclidean norm of a portion of a vector x[ ].
drotg_f77(double[]) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method constructs a Givens plane rotation.
dscal_f77(int, double, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method scales a vector by a constant.
dscalp_f77(int, double, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method scales a portion of a vector by a constant.
dswap_f77(int, double[], int, double[], int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method interchanges two vectors.

A B C D E F G H I M O P Q R S U V