About Anaconda Help Download Anaconda

An open-source finite element library

copied from cf-staging / gmm

Installers

  • linux-64 v5.4
  • osx-64 v5.4

conda install

To install this package run one of the following:
conda install conda-forge::gmm

Description

Gmm++ provides some basic types of sparse and dense matrices and vectors. It provides some generic operations on them (copy, addition, multiplication, sub-vector and sub-matrices, solvers … ). The syntax of Gmm++ is very close to MTL and ITL (see http://www.osl.iu.edu/research/mtl/). Especially, the code for most of the iterative solvers has been imported from ITL. The performance of Gmm++ is also close to the one of MTL, sometimes better. The difference is that basically Gmm++ has been written to be able to interface other libraries and gives an access to sub matrices and sub vectors in all cases. Also some optimizations has been made for matrix-matrix multiplication, usage of reference has been somewhat cleared, const qualifier usage is clarified, and we hope it is somewhat easier to use.

Copyright © 2004-2018 GetFEM++ project.

The text of the GetFEM++ website and the documentations are available for modification and reuse under the terms of the GNU Free Documentation License


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy