2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00
Commit Graph

492 Commits

Author SHA1 Message Date
Michael Stevens
4092e09c04 Removed precondition for opposite Row/Colum index, these are always valid
svn path=/trunk/boost/libs/numeric/ublas/; revision=29949
2005-07-08 17:14:07 +00:00
Michael Stevens
220c728a31 Removed precondition checks for opposite Row/Colum index, these are always valid
svn path=/trunk/boost/boost/numeric/ublas/; revision=29948
2005-07-08 17:13:19 +00:00
Michael Stevens
e5b15c31ae FIX previous const changes, return value and constructed projection must match
svn path=/trunk/boost/boost/numeric/ublas/; revision=29933
2005-07-07 17:08:25 +00:00
Michael Stevens
fbe26e7534 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
svn path=/trunk/boost/boost/numeric/ublas/; revision=29912
2005-07-06 18:51:29 +00:00
Michael Stevens
5cc45ae3d1 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
svn path=/trunk/boost/boost/numeric/ublas/; revision=29911
2005-07-06 18:45:31 +00:00
Michael Stevens
98e7fe3495 typo for previous const changes
svn path=/trunk/boost/boost/numeric/ublas/; revision=29901
2005-07-05 19:49:05 +00:00
Michael Stevens
5a46a9ba4b FIX const correctness of row/column projects, removed bogus row/column_const
svn path=/trunk/boost/boost/numeric/ublas/; revision=29900
2005-07-05 19:47:05 +00:00
Michael Stevens
abe04d80cb correct const matrix_indirect
svn path=/trunk/boost/boost/numeric/ublas/; revision=29899
2005-07-05 19:42:19 +00:00
Michael Stevens
5c1d006a94 FIX const correctness of projections restored
svn path=/trunk/boost/boost/numeric/ublas/; revision=29898
2005-07-05 19:42:18 +00:00
Michael Stevens
a59ebabe66 FIX last patch used filled_ instead of filled
svn path=/trunk/boost/boost/numeric/ublas/; revision=29887
2005-07-04 09:16:48 +00:00
Michael Stevens
14b8606b2f FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix

svn path=/trunk/boost/boost/numeric/ublas/; revision=29886
2005-07-04 09:11:45 +00:00
Michael Stevens
709f4c5499 FIX coordinate_matrix::set_filled() , thanks Georg Baum
svn path=/trunk/boost/boost/numeric/ublas/; revision=29885
2005-07-04 08:56:28 +00:00
Michael Stevens
5427f1cf24 No need to init for default constructor
svn path=/trunk/boost/libs/numeric/ublas/; revision=29869
2005-07-01 22:37:30 +00:00
Michael Stevens
5461286743 FIX typo
svn path=/trunk/boost/libs/numeric/ublas/; revision=29868
2005-07-01 20:32:46 +00:00
Michael Stevens
f5157660a8 Allow for branch support of non default constructable proxies
svn path=/trunk/boost/libs/numeric/ublas/; revision=29867
2005-07-01 20:29:14 +00:00
Michael Stevens
70e3860a6e Allow for non default constructable proxies
svn path=/trunk/boost/libs/numeric/ublas/; revision=29864
2005-07-01 20:26:46 +00:00
Michael Stevens
9dd032a3da Consistent include guard names with leading and trailing '_'
svn path=/trunk/boost/boost/numeric/ublas/; revision=29863
2005-07-01 20:09:01 +00:00
Michael Stevens
ff38ee100d Default int value_type for constant containers
svn path=/trunk/boost/boost/numeric/ublas/; revision=29858
2005-07-01 18:17:38 +00:00
Michael Stevens
318719fec0 Correct version of Boost to use for unsupported compilers
svn path=/trunk/boost/boost/numeric/ublas/; revision=29857
2005-07-01 13:39:48 +00:00
Michael Stevens
576fff7e5c <algorithm> in config so min/max always available
svn path=/trunk/boost/boost/numeric/ublas/; revision=29856
2005-07-01 13:32:27 +00:00
Michael Stevens
fd1060500d Bring in storage before _expression should help CV9.4 with incomplete range types
svn path=/trunk/boost/boost/numeric/ublas/; revision=29849
2005-06-30 19:51:23 +00:00
Toon Knapen
406ed5eaa4 define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
svn path=/trunk/boost/boost/numeric/ublas/; revision=29846
2005-06-30 14:50:19 +00:00
Michael Stevens
e6f6b5b1d1 Much simple solution to the VC7.1 and VC8.0 problem
- use _range<V>::range_type which is the same type as _slice<V>::range_type

svn path=/trunk/boost/boost/numeric/ublas/; revision=29843
2005-06-30 07:53:24 +00:00
Michael Stevens
a19938e7b1 Fixed tests of binary expressions, they no longer require the extra reference argument
svn path=/trunk/boost/boost/numeric/ublas/; revision=29842
2005-06-30 07:47:48 +00:00
Michael Stevens
ba8a55c471 FIX work around VC7.1 and 8.0 problems with function template ambiguity
- use a lot of class template partial specialistion to help 'simplify' the template arguments

svn path=/trunk/boost/boost/numeric/ublas/; revision=29841
2005-06-29 20:31:29 +00:00
Michael Stevens
945023d39e FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
svn path=/trunk/boost/boost/numeric/ublas/; revision=29839
2005-06-29 12:04:08 +00:00
Michael Stevens
6e1501816b Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions

svn path=/trunk/boost/boost/numeric/ublas/; revision=29825
2005-06-28 15:10:20 +00:00
Michael Stevens
2ec18cde45 Regression test without proxy shortcuts
Remove undocumented nolias member and types

svn path=/trunk/boost/boost/numeric/ublas/; revision=29817
2005-06-27 16:30:39 +00:00
Michael Stevens
a77991ab9f Regression test without proxy shortcuts
svn path=/trunk/boost/boost/numeric/ublas/; revision=29816
2005-06-27 15:36:53 +00:00
Michael Stevens
2821179e39 Test breakdown
svn path=/trunk/boost/libs/numeric/ublas/; revision=29815
2005-06-27 15:19:15 +00:00
Michael Stevens
e75ddc19c4 redunant #include
svn path=/trunk/boost/libs/numeric/ublas/; revision=29810
2005-06-27 13:19:53 +00:00
Michael Stevens
687ee10edb insert/erase_element
svn path=/trunk/boost/libs/numeric/ublas/; revision=29808
2005-06-27 12:52:26 +00:00
Michael Stevens
a88c8fcd14 FIX insert/erase_element
Added c_vector/matrix to models

svn path=/trunk/boost/libs/numeric/ublas/; revision=29807
2005-06-27 12:49:31 +00:00
Michael Stevens
8840281520 FIX Container concept requires erase_element
svn path=/trunk/boost/boost/numeric/ublas/; revision=29804
2005-06-27 12:37:27 +00:00
Michael Stevens
4ec936fec7 iterator is included by traits
svn path=/trunk/boost/boost/numeric/ublas/; revision=29725
2005-06-22 09:40:14 +00:00
Michael Stevens
e1ae7eccd4 tabs
svn path=/trunk/boost/libs/numeric/ublas/; revision=29717
2005-06-21 06:11:45 +00:00
Michael Stevens
afa6000726 matrix_proxy required for row/column functions.
Could be implemented without to avoid this dependency

svn path=/trunk/boost/boost/numeric/ublas/; revision=29707
2005-06-20 13:49:58 +00:00
Michael Stevens
7480d957fb Try 'safe' as a name for alias safe assignment
svn path=/trunk/boost/boost/numeric/ublas/; revision=29698
2005-06-20 07:29:32 +00:00
Michael Stevens
8ba3086c89 Updated bench1 results to GCC4.0 on Athlon 64 3000+
svn path=/trunk/boost/libs/numeric/ublas/; revision=29673
2005-06-18 12:25:27 +00:00
Michael Stevens
b294155d95 Added future compatible alias(lhs) syntax
svn path=/trunk/boost/boost/numeric/ublas/; revision=29668
2005-06-18 08:18:12 +00:00
Michael Stevens
531b6f0476 Simplified and consolidated
much replicated code consolidated
 bad compiler workarounds removed
Simpiler output format

svn path=/trunk/boost/libs/numeric/ublas/; revision=29655
2005-06-17 13:01:24 +00:00
Michael Stevens
49f00effe9 compiler compatibility
svn path=/trunk/boost/libs/numeric/ublas/; revision=29582
2005-06-15 09:34:41 +00:00
Michael Stevens
01029b8ea0 readibility
svn path=/trunk/boost/libs/numeric/ublas/; revision=29581
2005-06-15 09:34:21 +00:00
Michael Stevens
39fff58fa3 clarified aliases
svn path=/trunk/boost/libs/numeric/ublas/; revision=29580
2005-06-15 08:49:23 +00:00
Michael Stevens
07b0dd17fa fix internal refs
svn path=/trunk/boost/libs/numeric/ublas/; revision=29579
2005-06-15 08:00:51 +00:00
Michael Stevens
bf0f1f326d Add append_element.
Fix resize. Thanks Gunter

svn path=/trunk/boost/boost/numeric/ublas/; revision=29569
2005-06-14 19:34:03 +00:00
Michael Stevens
eb9df3c8f4 Fix plus_assign in column_major block_prod typo. Thanks Gunter
svn path=/trunk/boost/boost/numeric/ublas/; revision=29568
2005-06-14 19:31:18 +00:00
Michael Stevens
02e3f339ba remove Last revised which is never correct anyway
svn path=/trunk/boost/libs/numeric/ublas/; revision=29567
2005-06-14 17:13:07 +00:00
Michael Stevens
3f75cd0658 more silly std::min reports
svn path=/trunk/boost/libs/numeric/ublas/; revision=29566
2005-06-14 17:06:57 +00:00
Michael Stevens
3dba05d474 merged important changes from Toon's dense_vector_concept
dense_vector/matrix_concept did not yet have any difference from the container concepts and could be removed
The differences between dense and sparse can be added again later

svn path=/trunk/boost/libs/numeric/ublas/; revision=29565
2005-06-14 17:05:03 +00:00