Christoph Ruegg
5b04da8c88
Resources public also in portable build (addendum to 821a124a14 #82 )
14 years ago
Christoph Ruegg
f8c7e4a68d
Comments: fix some inline xml doc; Drop redundant resources in Numerics.IO
14 years ago
Christoph Ruegg
34790fe410
Comments: Add/fix some missing copyright headers
14 years ago
Christoph Ruegg
c5009df2e0
LA: Vectors: delegate GetHashCode fully to storage
14 years ago
Christoph Ruegg
92f8fad0da
Merge extended pull request #85 from scottstephens/ilist_implementation
14 years ago
Christoph Ruegg
e5bed3c158
LA: Generic Vector: Extract BCL interfaces to partial class
14 years ago
Christoph Ruegg
6c3f2b7184
LA: Regroup Vector IList implemenation, fix portable build
14 years ago
Christoph Ruegg
a3c3902c1d
Resources public on project level (addendum to 821a124a14 #82 )
14 years ago
Christoph Ruegg
b1c9c15204
Merge pull request #82 from iainsproat/master
MathNet.Numerics.Resources to public visibility
14 years ago
Christoph Ruegg
12194f2a63
LA: Migrate Matrix SetColumn/Row to storage routines
14 years ago
Christoph Ruegg
cfe807fe52
LA: Vectors should override DoX instead of X: Conjugate #95
14 years ago
Christoph Ruegg
1754f669ec
LA: Generic vector ops that redirect to DoX no longer virtual
14 years ago
Christoph Ruegg
4e4b264940
LA: Remove redundant Vector.Multiply overrides #94
14 years ago
Christoph Ruegg
5bfa641a07
Obsolete code: mention in reason text plan to drop in next major release
14 years ago
Christoph Ruegg
4471ff6acf
LA: Use LA provider more in dense vector arithmetics #91
14 years ago
Christoph Ruegg
0f4d09c84c
Control: fix (invert) ParallelizeOperation rules #89
14 years ago
Christoph Ruegg
c77483a4d0
LA: Vector SetValues SubVector SetSubVector #96
14 years ago
Christoph Ruegg
4557f67de4
LA: Vector.ToArray should use storage copy routines #96
14 years ago
Christoph Ruegg
7b2c8c55af
Drop redundant check in VectorStorage.CopyToUnchecked
14 years ago
Christoph Ruegg
55caf2ae1c
Fix VectorStorage.Equals(object) redirection #90
14 years ago
Scott Stephens
466fb9a057
Improvements to Vector<> IList/IList<> implementation to better match Array behavior
14 years ago
Christoph Ruegg
db92c46784
Merge pull request #86 from cuda/qr
fixed Gram Schmidt bug for solving tall matrices
14 years ago
Marcus Cuda
f9680ac4cb
fixed Gram Schmidt bug for solving tall matrices
14 years ago
Christoph Ruegg
7f890f5037
Merge pull request #84 from cuda/qr
fixed dimension check with tall matrices and thin qr
14 years ago
Scott Stephens
6bfed25f4d
Implement IList and IList<T> for LinearAlgebra.Generic.Vector<T>
14 years ago
Marcus Cuda
53679353bf
fixed dimension check with tall matrices and thin qr
14 years ago
Iain Sproat
821a124a14
Resources class and methods are public
Resources class is now public and its members are public. The reason is
to allow Projects which extend the MathNet.Numerics library to reside in
separate projects/.dll file (i.e. beyond the scope of internal
visibility) and be able to call the Resources class of the MathNet
project.
14 years ago
Christoph Ruegg
d65354f4b8
Native Pull: Updated provider and bug fixes
mathnet-numerics-native a6e5c948049bda46cb3b5625fa41accebaa4bdb3:
1. Updated the native provider to MKL V11 update 2, which fixes the lange bug.
2. Re-enabled native matrix norms.
3. Fixed complex Frobenius norm bug in managed code (we weren't taking the conjugative transpose).
4. Fixed the return type on the double matix norm in the managed side of the native provider.
14 years ago
Christoph Ruegg
19be78c57a
Control: disable envvar default provider in portable build
14 years ago
Christoph Ruegg
29ad488ca2
Control: choose default linear algebra provider by env var
Setting the variable MathNetNumericsLAProvider=MKL
will now make Control default to the MKL provider.
If non is set or setting it fails, it will fall back
to the managed provider as before.
14 years ago
Christoph Ruegg
5fbb3e3607
Cosmetics: Matrix class structure (no code changes)
14 years ago
Christoph Ruegg
d1d20b01c1
Delegate Matrix To(Row/Column)Array to storage classes
14 years ago
Christoph Ruegg
7b44478958
LA: Make storage-arg Matrix/Vector ctors public
14 years ago
Christoph Ruegg
cc02d61121
LA: Delegate Matrix Row/Column methods to storage classes
14 years ago
Christoph Ruegg
957098b405
LA: Vector storage: clarify checked vs unchecked
14 years ago
Christoph Ruegg
2cf9d889e9
LA: Matrix storage: clarify checked vs unchecked
14 years ago
Christoph Ruegg
d0b93b247a
LA: Perf, drop some range checks
14 years ago
Christoph Ruegg
f90890e130
Merge pull request #79 from tibel/sparsevector-nonzeroscount
Add SparseVector.NonZerosCount property
14 years ago
Christoph Ruegg
db1b9cfd14
Remove zlib NuGet packages.config project reference #76
14 years ago
tibel
f2b5133bc6
Add SparseVector.NonZerosCount property
14 years ago
Christoph Ruegg
5099fe8444
Merge pull request #77 from tibel/lazy_median
Lazy load DescriptiveStatistics.Median, fix some IO test i18n issues
14 years ago
tibel
e6991089e0
Fix some IO tests on non-english OS
14 years ago
tibel
c137343596
Lazy load DescriptiveStatistics.Median
14 years ago
Christoph Ruegg
564d33c460
Merge pull request #76 from tibel/remove_zlib
Remove zlib.net nuget
14 years ago
tibel
e7f29f411b
Remove zlib.net nuget
14 years ago
Christoph Ruegg
efe5482472
Merge pull request #75 from cuda/zlib
Removed zlib dependency and fixed a sparse matrix parsing bug
14 years ago
Marcus Cuda
3d203b46b7
added fix to other data types and updated tests to check that the bug was fixed
14 years ago
Marcus Cuda
6eb9bca773
fixed bug in sparse matrix parsing
14 years ago
Marcus Cuda
3bab47b19a
Merge branch 'master' into zlib
14 years ago
Marcus Cuda
9851d536e1
removed extra memory stream
14 years ago