I am working with the package Trilinos, in particular with the Epetra part of Trilinos. I am making computations with Epetra_CRSMatrices, but I could not find any mathematical functions for these matrices. In particular I need to compute the transpose and the inverse of an Epetra_CRSMatrix, to calculate the product of two Epetra_CRSMatrices, and the product of an Epetra_CRSMatrix with an Epetra_Vector. Does there exist any standard functions for these operations? I checked the functions of the above mentioned classes but I found nothing.
0
There are 0 best solutions below
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in MPI
- MPI Processes Communication error
- Scattered indices in MPI
- MPI+OpenMP job submission script on LSF
- Forwarding signals in bash script which is submitted on the cluster
- boost mpi sends NULL messages
- How to know the all the ranks that are part of a group in MPI outside that group?
- How can I measure the memory occupancy of Python MPI or multiprocessing program?
- IPython MPI with a Machinefile
- Parallel HDF5: "make check" hangs when running t_mpi
- Excel VBA call DLL developed using MPI
- non-blocking communications in MPI: order of messages
- Largest Number Datatype MPI
- MPI reverse probe
- On entry to NIT parameter number 9 had an illegal value
- Find an element in array using MPI?
Related Questions in TRILINOS
- Large ID error in Trilinos MPI environment
- Compiling Trilino
- Trilinos sparse block matrix anomalous memory consumption
- Converting Eigen::SparseMatrix<double> to deal.ii ::SparseMatrix<double>?
- Why mpicc looking for configuration in the wrong location?
- Compiling Single Trilinos Example: e.g. Anasazi or Belos
- Internal cmake error while building trilinos on ubuntu 32bit
- Got Junk Error Message from assembler while Compiling Trilinos Source Code
- HDF5 built with parallel support but mpi specific functions are not found
- Memory leak using fipy with trilinos
- (Cmake, Trilinos)clang: error: unsupported option '-fopenmp'
- pseudo-arc length continuation petsc4py
- Trilinos - c++: error trying to exec 'cc1plus': execvp: No such file or directory
- Trilinos library: error adding symbols: file in wrong format
- cross-compiling application to work on older linux operating system
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?