|
Stokhos Development
|
Classes | |
| struct | BlockKernel |
| struct | Kernel |
Public Types | |
| typedef Sacado::UQ::PCE< MatrixStorage > | MatrixValue |
| typedef Sacado::UQ::PCE< InputStorage > | InputVectorValue |
| typedef Sacado::UQ::PCE< OutputStorage > | OutputVectorValue |
| typedef KokkosSparse::CrsMatrix< const MatrixValue, MatrixOrdinal, MatrixDevice, MatrixMemory, MatrixSize > | matrix_type |
| typedef matrix_type::values_type | matrix_values_type |
| typedef MatrixValue::ordinal_type | size_type |
| typedef Kokkos::View< const InputVectorValue *, InputP... > | input_vector_type |
| typedef Kokkos::View< OutputVectorValue *, OutputP... > | output_vector_type |
| typedef matrix_type::StaticCrsGraphType | matrix_graph_type |
| typedef MatrixValue::value_type | matrix_scalar |
| typedef InputVectorValue::value_type | input_scalar |
| typedef OutputVectorValue::value_type | output_scalar |