File tree Expand file tree Collapse file tree 8 files changed +41
-41
lines changed Expand file tree Collapse file tree 8 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 1
- * > \brief \b CLARSCL2 performs reciprocal diagonal scaling on a vector .
1
+ * > \brief \b CLARSCL2 performs reciprocal diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
34
34
* >
35
35
* > \verbatim
36
36
* >
37
- * > CLARSCL2 performs a reciprocal diagonal scaling on an vector :
37
+ * > CLARSCL2 performs a reciprocal diagonal scaling on a matrix :
38
38
* > x <-- inv(D) * x
39
39
* > where the REAL diagonal matrix D is stored as a vector.
40
40
* >
66
66
* > \param[in,out] X
67
67
* > \verbatim
68
68
* > X is COMPLEX array, dimension (LDX,N)
69
- * > On entry, the vector X to be scaled by D.
70
- * > On exit, the scaled vector .
69
+ * > On entry, the matrix X to be scaled by D.
70
+ * > On exit, the scaled matrix .
71
71
* > \endverbatim
72
72
* >
73
73
* > \param[in] LDX
74
74
* > \verbatim
75
75
* > LDX is INTEGER
76
- * > The leading dimension of the vector X. LDX >= M.
76
+ * > The leading dimension of the matrix X. LDX >= M.
77
77
* > \endverbatim
78
78
*
79
79
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b CLASCL2 performs diagonal scaling on a vector .
1
+ * > \brief \b CLASCL2 performs diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
34
34
* >
35
35
* > \verbatim
36
36
* >
37
- * > CLASCL2 performs a diagonal scaling on a vector :
37
+ * > CLASCL2 performs a diagonal scaling on a matrix :
38
38
* > x <-- D * x
39
- * > where the diagonal REAL matrix D is stored as a vector .
39
+ * > where the diagonal REAL matrix D is stored as a matrix .
40
40
* >
41
41
* > Eventually to be replaced by BLAS_cge_diag_scale in the new BLAS
42
42
* > standard.
66
66
* > \param[in,out] X
67
67
* > \verbatim
68
68
* > X is COMPLEX array, dimension (LDX,N)
69
- * > On entry, the vector X to be scaled by D.
70
- * > On exit, the scaled vector .
69
+ * > On entry, the matrix X to be scaled by D.
70
+ * > On exit, the scaled matrix .
71
71
* > \endverbatim
72
72
* >
73
73
* > \param[in] LDX
74
74
* > \verbatim
75
75
* > LDX is INTEGER
76
- * > The leading dimension of the vector X. LDX >= M.
76
+ * > The leading dimension of the matrix X. LDX >= M.
77
77
* > \endverbatim
78
78
*
79
79
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b DLARSCL2 performs reciprocal diagonal scaling on a vector .
1
+ * > \brief \b DLARSCL2 performs reciprocal diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
33
33
* >
34
34
* > \verbatim
35
35
* >
36
- * > DLARSCL2 performs a reciprocal diagonal scaling on an vector :
36
+ * > DLARSCL2 performs a reciprocal diagonal scaling on a matrix :
37
37
* > x <-- inv(D) * x
38
38
* > where the diagonal matrix D is stored as a vector.
39
39
* >
65
65
* > \param[in,out] X
66
66
* > \verbatim
67
67
* > X is DOUBLE PRECISION array, dimension (LDX,N)
68
- * > On entry, the vector X to be scaled by D.
69
- * > On exit, the scaled vector .
68
+ * > On entry, the matrix X to be scaled by D.
69
+ * > On exit, the scaled matrix .
70
70
* > \endverbatim
71
71
* >
72
72
* > \param[in] LDX
73
73
* > \verbatim
74
74
* > LDX is INTEGER
75
- * > The leading dimension of the vector X. LDX >= M.
75
+ * > The leading dimension of the matrix X. LDX >= M.
76
76
* > \endverbatim
77
77
*
78
78
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b DLASCL2 performs diagonal scaling on a vector .
1
+ * > \brief \b DLASCL2 performs diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
33
33
* >
34
34
* > \verbatim
35
35
* >
36
- * > DLASCL2 performs a diagonal scaling on a vector :
36
+ * > DLASCL2 performs a diagonal scaling on a matrix :
37
37
* > x <-- D * x
38
38
* > where the diagonal matrix D is stored as a vector.
39
39
* >
65
65
* > \param[in,out] X
66
66
* > \verbatim
67
67
* > X is DOUBLE PRECISION array, dimension (LDX,N)
68
- * > On entry, the vector X to be scaled by D.
69
- * > On exit, the scaled vector .
68
+ * > On entry, the matrix X to be scaled by D.
69
+ * > On exit, the scaled matrix .
70
70
* > \endverbatim
71
71
* >
72
72
* > \param[in] LDX
73
73
* > \verbatim
74
74
* > LDX is INTEGER
75
- * > The leading dimension of the vector X. LDX >= M.
75
+ * > The leading dimension of the matrix X. LDX >= M.
76
76
* > \endverbatim
77
77
*
78
78
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b SLARSCL2 performs reciprocal diagonal scaling on a vector .
1
+ * > \brief \b SLARSCL2 performs reciprocal diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
33
33
* >
34
34
* > \verbatim
35
35
* >
36
- * > SLARSCL2 performs a reciprocal diagonal scaling on an vector :
36
+ * > SLARSCL2 performs a reciprocal diagonal scaling on a matrix :
37
37
* > x <-- inv(D) * x
38
38
* > where the diagonal matrix D is stored as a vector.
39
39
* >
65
65
* > \param[in,out] X
66
66
* > \verbatim
67
67
* > X is REAL array, dimension (LDX,N)
68
- * > On entry, the vector X to be scaled by D.
69
- * > On exit, the scaled vector .
68
+ * > On entry, the matrix X to be scaled by D.
69
+ * > On exit, the scaled matrix .
70
70
* > \endverbatim
71
71
* >
72
72
* > \param[in] LDX
73
73
* > \verbatim
74
74
* > LDX is INTEGER
75
- * > The leading dimension of the vector X. LDX >= M.
75
+ * > The leading dimension of the matrix X. LDX >= M.
76
76
* > \endverbatim
77
77
*
78
78
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b SLASCL2 performs diagonal scaling on a vector .
1
+ * > \brief \b SLASCL2 performs diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
33
33
* >
34
34
* > \verbatim
35
35
* >
36
- * > SLASCL2 performs a diagonal scaling on a vector :
36
+ * > SLASCL2 performs a diagonal scaling on a matrix :
37
37
* > x <-- D * x
38
38
* > where the diagonal matrix D is stored as a vector.
39
39
* >
65
65
* > \param[in,out] X
66
66
* > \verbatim
67
67
* > X is REAL array, dimension (LDX,N)
68
- * > On entry, the vector X to be scaled by D.
69
- * > On exit, the scaled vector .
68
+ * > On entry, the matrix X to be scaled by D.
69
+ * > On exit, the scaled matrix .
70
70
* > \endverbatim
71
71
* >
72
72
* > \param[in] LDX
73
73
* > \verbatim
74
74
* > LDX is INTEGER
75
- * > The leading dimension of the vector X. LDX >= M.
75
+ * > The leading dimension of the matrix X. LDX >= M.
76
76
* > \endverbatim
77
77
*
78
78
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b ZLARSCL2 performs reciprocal diagonal scaling on a vector .
1
+ * > \brief \b ZLARSCL2 performs reciprocal diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
34
34
* >
35
35
* > \verbatim
36
36
* >
37
- * > ZLARSCL2 performs a reciprocal diagonal scaling on an vector :
37
+ * > ZLARSCL2 performs a reciprocal diagonal scaling on a matrix :
38
38
* > x <-- inv(D) * x
39
39
* > where the DOUBLE PRECISION diagonal matrix D is stored as a vector.
40
40
* >
66
66
* > \param[in,out] X
67
67
* > \verbatim
68
68
* > X is COMPLEX*16 array, dimension (LDX,N)
69
- * > On entry, the vector X to be scaled by D.
70
- * > On exit, the scaled vector .
69
+ * > On entry, the matrix X to be scaled by D.
70
+ * > On exit, the scaled matrix .
71
71
* > \endverbatim
72
72
* >
73
73
* > \param[in] LDX
74
74
* > \verbatim
75
75
* > LDX is INTEGER
76
- * > The leading dimension of the vector X. LDX >= M.
76
+ * > The leading dimension of the matrix X. LDX >= M.
77
77
* > \endverbatim
78
78
*
79
79
* Authors:
Original file line number Diff line number Diff line change 1
- * > \brief \b ZLASCL2 performs diagonal scaling on a vector .
1
+ * > \brief \b ZLASCL2 performs diagonal scaling on a matrix .
2
2
*
3
3
* =========== DOCUMENTATION ===========
4
4
*
34
34
* >
35
35
* > \verbatim
36
36
* >
37
- * > ZLASCL2 performs a diagonal scaling on a vector :
37
+ * > ZLASCL2 performs a diagonal scaling on a matrix :
38
38
* > x <-- D * x
39
39
* > where the DOUBLE PRECISION diagonal matrix D is stored as a vector.
40
40
* >
66
66
* > \param[in,out] X
67
67
* > \verbatim
68
68
* > X is COMPLEX*16 array, dimension (LDX,N)
69
- * > On entry, the vector X to be scaled by D.
70
- * > On exit, the scaled vector .
69
+ * > On entry, the matrix X to be scaled by D.
70
+ * > On exit, the scaled matrix .
71
71
* > \endverbatim
72
72
* >
73
73
* > \param[in] LDX
74
74
* > \verbatim
75
75
* > LDX is INTEGER
76
- * > The leading dimension of the vector X. LDX >= M.
76
+ * > The leading dimension of the matrix X. LDX >= M.
77
77
* > \endverbatim
78
78
*
79
79
* Authors:
You can’t perform that action at this time.
0 commit comments