2
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 21 years ago
new version More... over 21 years ago
Change of method name: Scalar::laplacien --> Scalar::laplacian. More... over 21 years ago
Change of method name: laplacien --> laplacian. More... over 21 years ago
Added integer argument to derivative functions dsdr, etc... so that one can choose the dzpuis of the result (default=2). More... over 21 years ago
-- Added integer argument to derivative functions dsdr, etc... so that one can choose the dzpuis of the result (default=2). -- Change of method name: laplacien --> laplacian. More... over 21 years ago
dec2_dzpuis() replaced by dec_dzpuis(2). More... over 21 years ago
inc2_dzpuis() replaced by inc_dzpuis(2). More... over 21 years ago
Twice inc2_dzpuis() relaced by inc_dzpuis(4). More... over 21 years ago
dec2_dpzuis() replaced by dec_dzpuis(2). inc2_dpzuis() replaced by inc_dzpuis(2). More... over 21 years ago
Functions dec_dzpuis and inc_dzpuis have now an integer argument to specify by which amount dzpuis is to be increased. Accordingly methods dec2_dzpuis and inc2_dzpuis have been suppressed More... over 21 years ago
Virtual functions dec_dzpuis and inc_dzpuis have now an integer argument to specify by which amount dzpuis is to be increased. Accordingly virtual methods dec2_dzpuis and inc2_dzpuis have been suppressed. More... over 21 years ago
New version. More... over 21 years ago
Change the name of the global char[] for code identification. More... over 21 years ago
Corrected treatment of the case ETATUN in operator+=, operator-= and operator*=. More... over 21 years ago
In operator=(const Scalar& ci) changed the place of va.del_t() in order to correct an error in the case where both this and ci are in the state ETATUN. More... over 21 years ago
-- Read-only access to the components performed via operator()(int, int) instead of set(int, int). -- Corrected index range in the case Cartesian -> Cartesian. More... over 21 years ago
-- Read-only access to the components performed by operator()(int) instead of set(int ). -- Corrected index range in the Cartesian->Cartesian case. More... over 21 years ago
Method contract renamed scontract. More... over 21 years ago
Added new methods trace() and tt_part(). More... over 21 years ago
Method Tensor::contract(int, int) renamed Tensor::scontract(int, int). More... over 21 years ago
Class Sym_tensor_trans: added methods trace() and tt_part(). More... over 21 years ago
Member function Tensor::contract(int, int) renamed Tensor::scontract(int, int) in order not to mask the non-member function contract. More... over 21 years ago
improved version More... over 21 years ago
Corrected operator=(const Scalar& ci) for the case ETATUN: the spectral bases are now copied. More... over 21 years ago
Corrected bug in the copy constructor and constructor from Tensor: the cmp have already been created by the (special) Tensor constructor called by these constructors. More... over 21 years ago
Treated the special case nz=1 in the simplified constructor. More... over 21 years ago
Correction of errors in constructor from a Tensor. More... over 21 years ago
Test code for class Sym_tensor_*. More... over 21 years ago
Introduced new file sym_tensor.h. More... over 21 years ago