Hauke Heibel
|
42c1b9a8dd
|
Ensured that all branches of MatrixLogarithmAtomic::getPadeDegree return values.
|
2012-08-18 10:18:31 +02:00 |
|
jdh8
|
f047030104
|
Add specialization for float and long double
|
2012-08-18 02:27:47 +08:00 |
|
Jitse Niesen
|
dee866a99a
|
Undo incorrect fix in previous commit, and fix real mistake instead.
|
2012-08-17 15:36:37 +01:00 |
|
Jitse Niesen
|
5eefca637e
|
Documentation fixes. Thanks to Rodney Sparapani for reporting these.
|
2012-08-17 14:49:18 +01:00 |
|
jdh8
|
2337ea430b
|
Remove useless code (abort specialization for complex exponent temporarily)
|
2012-08-15 20:56:03 +08:00 |
|
jdh8
|
4be172d84f
|
matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is integral type
|
2012-08-15 00:34:20 +08:00 |
|
jdh8
|
c5800a2452
|
using std::frexp instead of frexp
|
2012-08-08 17:50:56 +08:00 |
|
jdh8
|
8cddcaf839
|
Optimize getting exponent from IEEE floating points.
|
2012-08-08 01:27:11 +08:00 |
|
Desire NUENTSA
|
63d2dcfb70
|
Clean the supernodal matrix class
|
2012-08-07 17:10:42 +02:00 |
|
Desire NUENTSA
|
43f74cb5b1
|
Bug in 2D block update, disable it for now
|
2012-08-07 13:55:50 +02:00 |
|
Desire NUENTSA
|
4d3b7e2a13
|
Add support for Metis fill-reducing ordering ; it is generally more efficient than COLAMD ordering
|
2012-08-06 14:55:02 +02:00 |
|
Gael Guennebaud
|
a1b405c92e
|
Add missing const in some casts
|
2012-08-05 10:40:46 +02:00 |
|
Gael Guennebaud
|
af824091be
|
Fix precision regression when attempting to fix underflow issues.
|
2012-08-05 09:57:31 +02:00 |
|
jdh8
|
93967b0dd6
|
Fix some typos in MatrixLogarithm to improve accuracy.
|
2012-08-03 23:54:42 +08:00 |
|
Desire NUENTSA
|
a51806993b
|
Prefix with glu, the global structure
|
2012-08-03 16:43:12 +02:00 |
|
Desire NUENTSA
|
70db61c269
|
Prefix with glu, the global structure
|
2012-08-03 16:36:00 +02:00 |
|
Gael Guennebaud
|
03509d1387
|
SparseLU: add leverage level3 ops
|
2012-08-03 15:37:44 +02:00 |
|
Gael Guennebaud
|
48dc95f1da
|
factorize column_dfs and panel_dfs
|
2012-08-02 18:28:16 +02:00 |
|
Desire NUENTSA
|
7dc39b7037
|
Add unit tests
|
2012-08-03 13:05:45 +02:00 |
|
Desire NUENTSA
|
6e8aa96e0f
|
correct bug when solving with multiple Rhs
|
2012-08-03 13:05:27 +02:00 |
|
Gael Guennebaud
|
c73c3ec2f8
|
fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attribute
(after some benchmarking, it was not useful anymore)
|
2012-08-02 12:22:22 +02:00 |
|
Desire NUENTSA
|
e3ac608e41
|
bug #493 : multiple calls to FindUmfPack
(transplanted from 1914024965
)
|
2012-08-02 10:00:23 +02:00 |
|
Desire NUENTSA
|
3a0f5a2a7f
|
Update copyrights sections
|
2012-08-01 11:40:56 +02:00 |
|
Desire NUENTSA
|
02935b4249
|
switch to MPL license
|
2012-08-01 11:38:32 +02:00 |
|
Desire NUENTSA
|
390d6599ba
|
Add missing .noalias()
|
2012-08-01 11:35:23 +02:00 |
|
Gael Guennebaud
|
7d98c864ff
|
fix warning
|
2012-08-01 10:44:59 +02:00 |
|
Gael Guennebaud
|
22e0ebbc2c
|
fix lower acceptable bound of SSE pexp for double
|
2012-07-31 23:11:04 +02:00 |
|
Gael Guennebaud
|
e88817cc51
|
add another missing .noalias()
|
2012-07-30 19:28:31 +02:00 |
|
Gael Guennebaud
|
8f6d5eacb4
|
optimize LU_kernel_bmod for small cases, and add an important .noalias()
|
2012-07-29 22:26:00 +02:00 |
|
Jitse Niesen
|
696b2f999f
|
Eigenvalues module: Implement setMaxIterations() methods.
|
2012-07-28 21:30:09 +01:00 |
|
Gael Guennebaud
|
6f54269829
|
add an example for GeneralizedEigenSolver
|
2012-07-28 18:00:54 +02:00 |
|
Gael Guennebaud
|
8ab0e16e27
|
fix various regressions with MKL support
|
2012-07-28 16:32:43 +02:00 |
|
Alexey Korepanov
|
d937e67b48
|
RealQZ: added example and some code comments
|
2012-07-28 08:24:44 -05:00 |
|
Hauke Heibel
|
52a0e0d65e
|
Added a default constructor for Splines which creates zero (constant) splines.
|
2012-07-28 13:37:29 +02:00 |
|
Gael Guennebaud
|
f23dd7c6f1
|
Fix typo in the doc: s/Succeeded/Success
|
2012-07-28 13:07:45 +02:00 |
|
Gael Guennebaud
|
e8aa1f00c5
|
add SSE pexp function for double, make use of _mm_floor_p* for pexp with SSE4.1
|
2012-07-27 23:40:04 +02:00 |
|
Desire NUENTSA W.
|
ce30d50e3e
|
Improve the permutation
|
2012-07-27 16:38:20 +02:00 |
|
Gael Guennebaud
|
6eee2918d9
|
extend quotient functor to allow for mixed types (complex-real)
|
2012-07-27 11:56:20 +02:00 |
|
Desire NUENTSA W.
|
c0fa5811ec
|
Refactoring codes for numeric updates
|
2012-07-27 11:36:58 +02:00 |
|
Gael Guennebaud
|
9e8d2dea80
|
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv with A and B general real matrices.
Currently only the eigenvalues are reported.
|
2012-07-26 20:15:17 +02:00 |
|
Gael Guennebaud
|
cfb76b242f
|
RealSchur: improve speed of computeNormOfT
|
2012-07-26 18:04:58 +02:00 |
|
Gael Guennebaud
|
4e60e2cdf6
|
RealQZ: improve computeNorms speed, improve shift accuracy (better to do a/b than a*(1/b)),
update API to set the maximum number of iterations
|
2012-07-26 18:03:10 +02:00 |
|
Gael Guennebaud
|
7518201de8
|
SparseMatrix: add missing ctor for ReturnByValue
|
2012-07-25 23:03:10 +02:00 |
|
Alexey Korepanov
|
ea310249f3
|
RealQZ: bug in pushDownZero fixed too
|
2012-07-25 12:49:18 -05:00 |
|
Alexey Korepanov
|
a3a9773ab6
|
RealQZ: bug in splitOffTwoRows fixed
|
2012-07-25 12:17:00 -05:00 |
|
Desire NUENTSA
|
925ace196c
|
correct bug in the complex version
|
2012-07-19 18:15:23 +02:00 |
|
Desire NUENTSA
|
59642da88b
|
Add exception handler to memory allocation
|
2012-07-19 18:03:44 +02:00 |
|
Desire NUENTSA
|
b0cba2d988
|
Add a draft (not clean ) version of the COLAMD ordering implementation
|
2012-07-18 16:59:00 +02:00 |
|
Jitse Niesen
|
bf7d986af6
|
Add static assert that objects on stacks are not too big (bug #491).
|
2012-07-17 22:15:42 +01:00 |
|
Gael Guennebaud
|
e75b1eb883
|
Fix aliasing issue in sparse matrix assignment.
(m=-m; or m=m.transpose(); with m sparse work again)
|
2012-07-25 09:33:50 +02:00 |
|