Difference between revisions of "TBCI"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=TBCI |Short description=Template C++ library providing classes for vectors, matrices, etc., and for defining operations on them |Full description=TBCI provides clas...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=Template C++ library providing classes for vectors, matrices, etc., and for defining operations on them
 
|Short description=Template C++ library providing classes for vectors, matrices, etc., and for defining operations on them
 
|Full description=TBCI provides classes for Vectors, Matrices, etc., and for defining operations on them. It comes with an extensive set of solvers for linear systems and an interface to lapack libraries. It uses the temporary base class idiom, which avoids unnecessary copying of data. The program's templated library of numerical base classes implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also include a representation for Tensors and its typical operations like contraction, direct product and multiplication with contraction.
 
|Full description=TBCI provides classes for Vectors, Matrices, etc., and for defining operations on them. It comes with an extensive set of solvers for linear systems and an interface to lapack libraries. It uses the temporary base class idiom, which avoids unnecessary copying of data. The program's templated library of numerical base classes implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also include a representation for Tensors and its typical operations like contraction, direct product and multiplication with contraction.
 +
|Homepage URL=http://plasimo.phys.tue.nl/TBCI/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://plasimo.phys.tue.nl/TBCI/
 
|VCS checkout command=
 
 
|Computer languages=C++
 
|Computer languages=C++
 
|Documentation note=User guide included and available in HTML format from http://plasimo.phys.tue.nl/TBCI/online-docu/html/index.html; User guide available in PDF format from http://plasimo.phys.tue.nl/TBCI/numlib/doc.pdf
 
|Documentation note=User guide included and available in HTML format from http://plasimo.phys.tue.nl/TBCI/online-docu/html/index.html; User guide available in PDF format from http://plasimo.phys.tue.nl/TBCI/numlib/doc.pdf
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=mathematics,matrix,vector,TBCI,numlibs
 
|Keywords=mathematics,matrix,vector,TBCI,numlibs
|Is GNU=n
+
|Version identifier=2.6.3
|Last review by=Janet Casey
+
|Version date=2011/03/21
|Last review date=2008-01-07
+
|Version status=stable
 +
|Version download=https://plasimo.phys.tue.nl/TBCI/numlib/numlib-2.6.3.tar.bz2
 +
|Version comment=2.6.3 stable released 2011-03-21
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/01/11
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.4.4
+
|Status=
|Version date=2004-05-07
+
|Is GNU=No
|Version status=stable
+
|License verified date=2002-08-02
|Version download=http://plasimo.phys.tue.nl/TBCI/numlib/numlib-2.4.4.tar.gz
+
}}
 +
{{Project license
 +
|License=LGPL
 +
|License verified by=Janet Casey
 
|License verified date=2002-08-02
 
|License verified date=2002-08-02
|Version comment=2.4.4 stable released 2004-05-07
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Kurt Garloff
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Kurt Garloff
 
 
|Email=kurt@garloff.de
 
|Email=kurt@garloff.de
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Bart Hartgers
 
|Role=Contributor
 
|Role=Contributor
|Real name=Bart Hartgers
 
 
|Email=bart@plasimo.phys.tue.nl
 
|Email=bart@plasimo.phys.tue.nl
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jan van Dijk
 
|Role=Contributor
 
|Role=Contributor
|Real name=Jan van Dijk
 
 
|Email=jan@plasimo.phys.tue.nl
 
|Email=jan@plasimo.phys.tue.nl
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jose L Tinoco
 
|Role=Contributor
 
|Role=Contributor
|Real name=Jose L Tinoco
 
 
|Email=jltinoco@gmx.net
 
|Email=jltinoco@gmx.net
 
|Resource URL=
 
|Resource URL=
Line 59: Line 57:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c++
 
 
|Use=library
 
|Use=library
}}
 
{{Project license
 
|License=LGPL
 
|License verified by=Janet Casey
 
|License verified date=2002-08-02
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 107: Line 99:
 
|Prerequisite description=LaTeX (to process documentation)
 
|Prerequisite description=LaTeX (to process documentation)
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 08:54, 11 January 2017


[edit]

TBCI

http://plasimo.phys.tue.nl/TBCI/
Template C++ library providing classes for vectors, matrices, etc., and for defining operations on them

TBCI provides classes for Vectors, Matrices, etc., and for defining operations on them. It comes with an extensive set of solvers for linear systems and an interface to lapack libraries. It uses the temporary base class idiom, which avoids unnecessary copying of data. The program's templated library of numerical base classes implement basic data structures like complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. and also include a representation for Tensors and its typical operations like contraction, direct product and multiplication with contraction.





Licensing

License

Verified by

Verified on

Notes

License

LGPL

Verified by

Janet Casey

Verified on

2 August 2002




Leaders and contributors

Contact(s)Role
Jan van Dijk Contributor
Jose L Tinoco Contributor
Bart Hartgers Contributor
Kurt Garloff Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:numerix@plasimo.phys.tue.nl


Software prerequisites

KindDescription
Required to usebash
Weak prerequisiteSuperLU from Netlib
Weak prerequisiteCLAPACK
Required to usegrep
Required to usesed
Required to usegzip/bzip2
Required to useGNU tar (1.12)
Required to useGNU make
Required to useegcs/gcc incl. libstdc++
Weak prerequisiteLaTeX (to process documentation)




Entry















































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.