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

C

chooseObject(String, String, Object[], Object) - Static method in class edu.stanford.rsl.jpop.utils.UserUtil
Asks the User to select an Object from a given array of Objects.
colaxpy_f77(int, double, double[][], int, int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method multiplies a constant times a portion of a column of a matrix and adds the product to the corresponding portion of another column of the matrix --- a portion of col2 is replaced by the corresponding portion of a*col1 + col2.
coldot_f77(int, double[][], int, int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the dot product of portions of two columns of a matrix.
colisamax_f77(int, double[][], int, int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method finds the index of the element of a portion of a column of a matrix that has the maximum absolute value.
colnrm2_f77(int, double[][], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the Euclidean norm of a portion of a column of a matrix.
colrot_f77(int, double[][], int, int, double, double) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method "applies a plane rotation." It is a modification of the LINPACK function DROT.
colscal_f77(int, double, double[][], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method scales a portion of a column of a matrix by a constant.
colswap_f77(int, double[][], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method interchanges two columns of a matrix.
colvaxpy_f77(int, double, double[][], double[], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method multiplies a constant times a portion of a column of a matrix x[ ][ ] and adds the product to the corresponding portion of a vector y[ ] --- a portion of y[ ] is replaced by the corresponding portion of ax[ ][j] + y[ ].
colvdot_f77(int, double[][], double[], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method calculates the dot product of a portion of a column of a matrix and the corresponding portion of a vector.
colvraxpy_f77(int, double, double[], double[][], int, int) - Static method in class edu.stanford.rsl.jpop.fortran.Blas_f77
This method multiplies a constant times a portion of a vector y[ ] and adds the product to the corresponding portion of a column of a matrix x[ ][ ] --- a portion of column j of x[ ][ ] is replaced by the corresponding portion of ay[ ] + x[ ][j].

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