Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > Member List

This is the complete list of members for Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >, including all inherited members.

allocateValues(const OrdinalType numRows, const OrdinalType numCols)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inlineprotectedstatic
assign(const SerialDenseMatrix< OrdinalType, ScalarType > &Source)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
ASUM(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
AXPY(const OrdinalType &n, const alpha_type alpha, const x_type *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
BLAS(void)Teuchos::BLAS< OrdinalType, ScalarType >inline
BLAS(const BLAS< OrdinalType, ScalarType > &)Teuchos::BLAS< OrdinalType, ScalarType >inline
checkIndex(OrdinalType rowIndex, OrdinalType colIndex=0) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inlineprotected
CompObject()Teuchos::CompObject
CompObject(const CompObject &source)Teuchos::CompObject
COPY(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx, ScalarType *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
copyMat(ScalarType *inputMatrix, OrdinalType strideInput, OrdinalType numRows, OrdinalType numCols, ScalarType *outputMatrix, OrdinalType strideOutput, OrdinalType startRow, OrdinalType startCol, ScalarType alpha=ScalarTraits< ScalarType >::zero())Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
DefaultBLASImpl(const DefaultBLASImpl< OrdinalType, ScalarType > &)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inline
deleteArrays()Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
DOT(const OrdinalType &n, const x_type *x, const OrdinalType &incx, const y_type *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
empty() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
flopCounter_Teuchos::CompObjectprotected
GEMM(ETransp transa, ETransp transb, const OrdinalType &m, const OrdinalType &n, const OrdinalType &k, const alpha_type alpha, const A_type *A, const OrdinalType &lda, const B_type *B, const OrdinalType &ldb, const beta_type beta, ScalarType *C, const OrdinalType &ldc) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
GEMV(ETransp trans, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, const x_type *x, const OrdinalType &incx, const beta_type beta, ScalarType *y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
GER(const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const x_type *x, const OrdinalType &incx, const y_type *y, const OrdinalType &incy, ScalarType *A, const OrdinalType &lda) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
getCol(DataAccess CV, SerialDenseMatrix< OrdinalType, ScalarType > &A, const OrdinalType col)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >related
getFlopCounter() const Teuchos::CompObjectinline
getFlops() const Teuchos::CompObjectinline
IAMAX(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
multiply(ETransp transa, ETransp transb, ScalarType alpha, const SerialDenseMatrix< OrdinalType, ScalarType > &A, const SerialDenseMatrix< OrdinalType, ScalarType > &B, ScalarType beta)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
multiply(ESide sideA, ScalarType alpha, const SerialSymDenseMatrix< OrdinalType, ScalarType > &A, const SerialDenseMatrix< OrdinalType, ScalarType > &B, ScalarType beta)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
normFrobenius() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
normInf() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
normOne() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
NRM2(const OrdinalType &n, const ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
numCols() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
numCols_Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
numRows() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
numRows_Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
operator!=(const SerialDenseMatrix< OrdinalType, ScalarType > &Operand) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator()(OrdinalType rowIndex, OrdinalType colIndex)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
operator()(OrdinalType rowIndex, OrdinalType colIndex) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
operator*=(const ScalarType alpha)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator+=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator-=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator=(const SerialDenseMatrix< OrdinalType, ScalarType > &Source)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator=(const ScalarType value)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
operator==(const SerialDenseMatrix< OrdinalType, ScalarType > &Operand) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
operator[](OrdinalType colIndex)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
operator[](OrdinalType colIndex) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
ordinalType typedefTeuchos::SerialDenseMatrix< OrdinalType, ScalarType >
print(std::ostream &os) const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >virtual
putScalar(const ScalarType value=Teuchos::ScalarTraits< ScalarType >::zero())Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
random()Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
randomSyncedMatrix(Teuchos::SerialDenseMatrix< OrdinalType, ScalarType > &A)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >related
resetFlops() const Teuchos::CompObjectinline
reshape(OrdinalType numRows, OrdinalType numCols)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
ROT(const OrdinalType &n, ScalarType *dx, const OrdinalType &incx, ScalarType *dy, const OrdinalType &incy, MagnitudeType *c, ScalarType *s) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
ROTG(ScalarType *da, ScalarType *db, rotg_c_type *c, ScalarType *s) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
rotg_c_type typedefTeuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SCAL(const OrdinalType &n, const ScalarType &alpha, ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
scalarType typedefTeuchos::SerialDenseMatrix< OrdinalType, ScalarType >
scale(const ScalarType alpha)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
scale(const SerialDenseMatrix< OrdinalType, ScalarType > &A)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix()=defaultTeuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix(OrdinalType numRows, OrdinalType numCols, bool zeroOut=true)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix(DataAccess CV, ScalarType *values, OrdinalType stride, OrdinalType numRows, OrdinalType numCols)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix(const SerialDenseMatrix< OrdinalType, ScalarType > &Source, ETransp trans=Teuchos::NO_TRANS)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix(DataAccess CV, const SerialDenseMatrix< OrdinalType, ScalarType > &Source)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SerialDenseMatrix(DataAccess CV, const SerialDenseMatrix< OrdinalType, ScalarType > &Source, OrdinalType numRows, OrdinalType numCols, OrdinalType startRow=0, OrdinalType startCol=0)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
setCol(const SerialDenseVector< OrdinalType, ScalarType > &v, const OrdinalType col, SerialDenseMatrix< OrdinalType, ScalarType > &A)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >related
setFlopCounter(const Flops &FlopCounter)Teuchos::CompObjectinline
setFlopCounter(const CompObject &compObject)Teuchos::CompObjectinline
shape(OrdinalType numRows, OrdinalType numCols)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
shapeUninitialized(OrdinalType numRows, OrdinalType numCols)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
stride() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
stride_Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
swap(SerialDenseMatrix< OrdinalType, ScalarType > &B)Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >
SWAP(const OrdinalType &n, ScalarType *const x, const OrdinalType &incx, ScalarType *const y, const OrdinalType &incy) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SYMM(ESide side, EUplo uplo, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, const B_type *B, const OrdinalType &ldb, const beta_type beta, ScalarType *C, const OrdinalType &ldc) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
SYRK(EUplo uplo, ETransp trans, const OrdinalType &n, const OrdinalType &k, const alpha_type alpha, const A_type *A, const OrdinalType &lda, const beta_type beta, ScalarType *C, const OrdinalType &ldc) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
TRMM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, ScalarType *B, const OrdinalType &ldb) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
TRMV(EUplo uplo, ETransp trans, EDiag diag, const OrdinalType &n, const A_type *A, const OrdinalType &lda, ScalarType *x, const OrdinalType &incx) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
TRSM(ESide side, EUplo uplo, ETransp transa, EDiag diag, const OrdinalType &m, const OrdinalType &n, const alpha_type alpha, const A_type *A, const OrdinalType &lda, ScalarType *B, const OrdinalType &ldb) const Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >
unsetFlopCounter()Teuchos::CompObjectinline
updateFlops(int addflops) const Teuchos::CompObjectinline
updateFlops(long int addflops) const Teuchos::CompObjectinline
updateFlops(double addflops) const Teuchos::CompObjectinline
updateFlops(float addflops) const Teuchos::CompObjectinline
values() const Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >inline
values_Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
valuesCopied_Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >protected
~BLAS(void)Teuchos::BLAS< OrdinalType, ScalarType >inlinevirtual
~CompObject()Teuchos::CompObjectvirtual
~DefaultBLASImpl(void)Teuchos::DefaultBLASImpl< OrdinalType, ScalarType >inlinevirtual
~SerialDenseMatrix()Teuchos::SerialDenseMatrix< OrdinalType, ScalarType >virtual