2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 16:32:12 +00:00
Commit Graph

606 Commits

Author SHA1 Message Date
Gunter Winkler
ccac9901ac - fixed unit_vector::find() 2007-03-16 21:26:39 +00:00
Gunter Winkler
f8eedbd7cf - fixed bug in compressed_matrix::(const_)iterator's decrement 2007-03-16 21:23:13 +00:00
Gunter Winkler
baa067633d - fix bug in vector_of_vector by replacing old 'size1' and 'size2'
with new 'size_M' and 'size_m'
2007-03-16 21:17:54 +00:00
Michael Stevens
44d52a8e45 [uBLAS] FIX array_adaptor.htm was never written, remove broken link 2007-02-28 11:47:41 +00:00
Michael Stevens
94ea6de465 [uBLAS] MINOR improve unsupported message 2007-02-21 10:18:45 +00:00
John Maddock
f7b775ef20 Fix whitespace so VC8 doesn't complain. 2006-12-22 10:08:28 +00:00
Michael Stevens
9338aa0b89 [uBLAS] Pre 1.34 release notes 2006-12-13 15:35:03 +00:00
Michael Stevens
44d331682a [uBLAS] orignal copyright assignment for split off doc files 2006-12-13 15:34:41 +00:00
Michael Stevens
86664b1ad6 [uBLAS]
CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
2006-12-13 15:34:05 +00:00
Michael Stevens
a5b340d766 [uBLAS] FIX other is static member function 2006-12-12 19:26:25 +00:00
Michael Stevens
27234ce74b CHANGE zero/identity/scalar _ vector/matrix add ALLOC template parameter to specify size/difference_type
CHANGE implement function object to use container size/difference_type
2006-12-06 09:34:01 +00:00
Michael Stevens
8f35aca3f3 [uBLAS] document type row instead of column 2006-12-01 16:44:03 +00:00
Michael Stevens
ba4eb8eb69 [uBLAS] FIX default copy constructor missed j_. Use implict copy constructor instead 2006-11-30 18:14:07 +00:00
Michael Stevens
7a7a653662 [uBLAS] COMMENT fix mutable/immutable 2006-11-30 11:30:29 +00:00
Michael Stevens
a268ab86a5 [uBLAS] ADD manual tests. ADD sparse resize test for vectors 2006-11-16 13:26:36 +00:00
Michael Stevens
454bbbbb3a [uBLAS] CHANGE implement uBLAS preserve option in vector resize.
Thanks to Gunter Winkler and Vassilis Virvilis
2006-11-16 09:47:44 +00:00
Beman Dawes
5634f9db87 Add copyright, license 2006-11-07 19:11:57 +00:00
Michael Stevens
4f9542c917 FIX remove none space space in last commit
FIX interval was not compilable due to rename to scalar_traits
CHANGE interval handling to use general abs/sqrt from last commit
2006-10-07 18:18:01 +00:00
Michael Stevens
0f504a347b FIX allow abs and sqrt to be found via ADL. Thanks to John Maddock 2006-10-07 17:04:47 +00:00
Michael Stevens
b912051a3b [uBLAS] make VC8 workaround use self_type consistently 2006-10-05 09:02:23 +00:00
Gennaro Prota
6d5639be0c boost guidelines (mainly from inspect tool: tabs, license reference text, etc.) 2006-07-27 10:27:37 +00:00
Gennaro Prota
4d7ea52ba3 fixed typos reported in http://bugs.debian.org/378016 (there seems to be no mention of the erroneous names in the docs); NOTE(!): license reference text to be fixed; guard macro name beginning with underscore 2006-07-20 12:35:49 +00:00
Michael Stevens
25334392cb uBLAS MINOR removed tabs 2006-07-16 20:33:17 +00:00
Michael Stevens
12f5af04f7 FIX nnz and nnz_capacitz added. Thanks Gunter 2006-07-16 13:48:52 +00:00
Michael Stevens
0698af643a CHANGE Remove carray_adaptor which is not in the source! 2006-07-16 13:19:34 +00:00
Michael Stevens
341a83fa7c FIX use new layout_type::index_Mm operations. Thanks Gunter for spoting this 2006-07-16 13:13:42 +00:00
Michael Stevens
4192b059ad [uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we can compare with !=- to override 2006-07-10 16:21:28 +00:00
Michael Stevens
1af16b986c CHANGE Remove greater for testing and replece with rhs.less(lhs) 2006-06-21 18:17:53 +00:00
Michael Stevens
8479d0ce96 FIX index_pair and index_tripler LessTen Comparable 2006-06-20 18:55:30 +00:00
Michael Stevens
e4c6dc44c0 FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory 2006-06-08 20:40:18 +00:00
Michael Stevens
ad6b514359 uBLAS CHANGE removed UBLAS_TYPE_CHECK from sparse_prod. The tests trigger in many numeric situations (NaN) and are only there to pickup gross programming errors 2006-05-18 16:50:26 +00:00
Michael Stevens
5b2867ef91 uBLAS CHANGE row_major/column_major functor so they have a consistent element access abstraction and naming 2006-05-18 16:44:57 +00:00
Michael Stevens
5f874ac0d9 uBLAS FIX corrected basic_full::packed_size interface. Thanks to Hidekaz Ikeno 2006-05-17 16:43:19 +00:00
Michael Stevens
3de40d0999 uBLAS FIX indexed_terator1/2 pass incorrect difference_type to random_access_iterator_base. Thanks to Vardan for fix 2006-05-17 16:21:54 +00:00
Michael Stevens
5d21b0277e Reintroduced _array_adaptor needs testing 2006-04-16 09:26:15 +00:00
Michael Stevens
59ea7b64e9 CHANGE some but not all constructor explicty construct base type. For consistency remove explict contructions 2006-04-05 08:36:28 +00:00
Michael Stevens
df70d08564 FIX define closure_type for scalar_ 2006-04-05 08:34:47 +00:00
Michael Stevens
b074f49014 ADD ignore_unsued for zero_::iterators
FIX define closure_type for scalar_
2006-04-05 08:33:18 +00:00
Michael Stevens
12f7b9f5f2 ADD Allow operation with compiler with serious defects 2006-04-05 08:31:37 +00:00
Michael Stevens
ae4d4479e7 uBLAS avoid "end of non void reached" warnings in symmetric_adaptor when compiled without checks 2006-03-09 14:00:39 +00:00
Michael Stevens
8bbef31eb9 uBLAS change comment misspelling 2006-02-04 15:13:25 +00:00
Michael Stevens
469bcc3599 uBLAS CHANGE make sure unbounded_array::data_ is always initialised. Not doing this causes too much compiler hassel 2006-02-02 19:43:03 +00:00
Michael Stevens
809e913f36 uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK 2006-02-02 19:27:23 +00:00
Michael Stevens
561fe7bbc7 uBLAS cleanup and remove legacy support 2006-02-02 18:43:09 +00:00
Michael Stevens
0386eee165 MINOR use BOOST_CHECK_FALSE to avoid warnings 2006-02-02 18:38:32 +00:00
Michael Stevens
54b913f180 WORKAROUND VC8 problems with forward declared local iterator class 2006-02-02 18:38:08 +00:00
Michael Stevens
b3154bb9fd FIX singular raises exception when NO_EXCEPTIONS set
FIX unused formal parameter warnings
2006-02-02 18:29:09 +00:00
Michael Stevens
10693e0864 FIX completed ignore_unused_variable thanks to Georg Baum 2005-11-08 18:26:34 +00:00
Michael Stevens
90098bcc69 ADD ignore_unused_variable thanks to Angus Lemming
FIX tabs to spaces
2005-11-06 14:57:14 +00:00
Michael Stevens
d981a33ba1 FIX coordinate_vector pop_back type, should be filled_
Thanks to Markus Schöpflin
2005-11-02 20:42:40 +00:00