|
Ravelin
|
This is the complete list of members for CBLAS, including all inherited members.
| axpy(int N, T alpha, const T *X, int incX, T *Y, int incY) (defined in CBLAS) | CBLAS | static |
| axpy(int N, double alpha, const double *X, int incX, double *Y, int incY) (defined in CBLAS) | CBLAS | |
| axpy(int N, float alpha, const float *X, int incX, float *Y, int incY) (defined in CBLAS) | CBLAS | |
| columns(const Matrix &m, CBLAS_TRANSPOSE trans) (defined in CBLAS) | CBLAS | inlinestatic |
| copy(int N, const T *X, int incX, T *Y, int incY) (defined in CBLAS) | CBLAS | static |
| copy(int N, const double *X, int incX, double *Y, int incY) (defined in CBLAS) | CBLAS | |
| copy(int N, const float *X, int incX, float *Y, int incY) (defined in CBLAS) | CBLAS | |
| dot(int N, const T *X, int incX, const T *Y, int incY) (defined in CBLAS) | CBLAS | static |
| dot(int N, const double *X, int incX, const double *Y, int incY) (defined in CBLAS) | CBLAS | |
| dot(int N, const float *X, int incX, const float *Y, int incY) (defined in CBLAS) | CBLAS | |
| gemm(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, CBLAS_TRANSPOSE transB, int M, int N, int K, T alpha, const T *A, int lda, const T *B, int ldb, T beta, T *C, int ldc) (defined in CBLAS) | CBLAS | static |
| gemm(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, CBLAS_TRANSPOSE transB, int M, int N, int K, double alpha, const double *A, int lda, const double *B, int ldb, double beta, double *C, int ldc) (defined in CBLAS) | CBLAS | |
| gemm(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, CBLAS_TRANSPOSE transB, int M, int N, int K, float alpha, const float *A, int lda, const float *B, int ldb, float beta, float *C, int ldc) (defined in CBLAS) | CBLAS | |
| gemv(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, int M, int N, T alpha, const T *A, int lda, const T *X, int incX, T beta, T *Y, int incY) (defined in CBLAS) | CBLAS | static |
| gemv(CBLAS_TRANSPOSE trans_m, int M, int N, const Mat &m, int ldm, const Vec1 &v, int incv, T alpha, T beta, Vec2 &target, int inctarget) (defined in CBLAS) | CBLAS | inlinestatic |
| gemv(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, int M, int N, double alpha, const double *A, int lda, const double *X, int incX, double beta, double *Y, int incY) (defined in CBLAS) | CBLAS | |
| gemv(enum CBLAS_ORDER order, CBLAS_TRANSPOSE transA, int M, int N, float alpha, const float *A, int lda, const float *X, int incX, float beta, float *Y, int incY) (defined in CBLAS) | CBLAS | |
| ger(enum CBLAS_ORDER order, int M, int N, T alpha, const T *X, int incX, const T *Y, int incY, T *A, int lda) (defined in CBLAS) | CBLAS | static |
| ger(enum CBLAS_ORDER order, int M, int N, const T *X, int incX, const T *Y, int incY, T *A, int lda) (defined in CBLAS) | CBLAS | inlinestatic |
| ger(enum CBLAS_ORDER order, int M, int N, double alpha, const double *X, int incX, const double *Y, int incY, double *A, int lda) (defined in CBLAS) | CBLAS | |
| ger(enum CBLAS_ORDER order, int M, int N, float alpha, const float *X, int incX, const float *Y, int incY, float *A, int lda) (defined in CBLAS) | CBLAS | |
| nrm2(int N, const T *X, int incX) (defined in CBLAS) | CBLAS | static |
| nrm2(int N, const double *X, int incX) (defined in CBLAS) | CBLAS | |
| nrm2(int N, const float *X, int incX) (defined in CBLAS) | CBLAS | |
| rot(const int N, T *X, const int incX, T *Y, const int incY, const T c, const T s) (defined in CBLAS) | CBLAS | static |
| rot(const int N, double *X, const int incX, double *Y, const int incY, const double c, const double s) (defined in CBLAS) | CBLAS | |
| rot(const int N, float *X, const int incX, float *Y, const int incY, const float c, const float s) (defined in CBLAS) | CBLAS | |
| rotg(T &a, T &b, T &c, T &s) (defined in CBLAS) | CBLAS | static |
| rotg(double &a, double &b, double &c, double &s) (defined in CBLAS) | CBLAS | |
| rotg(float &a, float &b, float &c, float &s) (defined in CBLAS) | CBLAS | |
| rows(const Matrix &m, CBLAS_TRANSPOSE trans) (defined in CBLAS) | CBLAS | inlinestatic |
| scal(int N, T alpha, T *X, int incX) (defined in CBLAS) | CBLAS | static |
| scal(int N, double alpha, double *X, int incX) (defined in CBLAS) | CBLAS | |
| scal(int N, float alpha, float *X, int incX) (defined in CBLAS) | CBLAS | |
| trsm(enum CBLAS_SIDE side, enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int m, int n, T alpha, const T *A, int lda, T *B, int ldb) (defined in CBLAS) | CBLAS | static |
| trsm(enum CBLAS_SIDE side, enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int m, int n, T alpha, const Mat1 &A, int lda, Mat2 &B, int ldb) (defined in CBLAS) | CBLAS | inlinestatic |
| trsm(enum CBLAS_SIDE side, enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int m, int n, double alpha, const double *A, int lda, double *B, int ldb) (defined in CBLAS) | CBLAS | |
| trsm(enum CBLAS_SIDE side, enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int m, int n, float alpha, const float *A, int lda, float *B, int ldb) (defined in CBLAS) | CBLAS | |
| trsv(enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int n, const T *A, int lda, T *x, int incx) (defined in CBLAS) | CBLAS | static |
| trsv(enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int n, const Mat &A, int lda, Vec &x, int incx) (defined in CBLAS) | CBLAS | inlinestatic |
| trsv(enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int n, const double *A, int lda, double *x, int incx) (defined in CBLAS) | CBLAS | |
| trsv(enum CBLAS_UPLO uplo, enum CBLAS_TRANSPOSE transA, int n, const float *A, int lda, float *x, int incx) (defined in CBLAS) | CBLAS |
1.8.6