8887924d47FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
Michael Stevens
2005-08-29 11:08:08 +0000
3391e4dabfFIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
Michael Stevens
2005-08-29 11:08:08 +0000
87ab9b4bd4CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize
Michael Stevens
2005-08-26 15:59:54 +0000
a846666ab0CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize
Michael Stevens
2005-08-26 15:59:54 +0000
b67ade9dd0CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize
Michael Stevens
2005-08-26 15:59:54 +0000
0b1b09a894CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize
Michael Stevens
2005-08-26 15:59:54 +0000
62251e67b2CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
Michael Stevens
2005-08-25 11:00:44 +0000
a4bc1e20a1CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
Michael Stevens
2005-08-25 11:00:44 +0000
4499643c9aCHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
Michael Stevens
2005-08-25 11:00:44 +0000
f53b7277abCHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
Michael Stevens
2005-08-25 11:00:44 +0000
c2ab547599FIX proxy header dependencies for LU
Michael Stevens
2005-08-25 09:40:01 +0000
55a4faa2e4FIX proxy header dependencies for LU
Michael Stevens
2005-08-25 09:40:01 +0000
c317674574FIX proxy header dependencies for LU
Michael Stevens
2005-08-25 09:40:01 +0000
e49a4510b0FIX proxy header dependencies for LU
Michael Stevens
2005-08-25 09:40:01 +0000
115be133abPost 1.33.0 Release notes
Michael Stevens
2005-08-25 08:26:45 +0000
514f713670Post 1.33.0 Release notes
Michael Stevens
2005-08-25 08:26:45 +0000
88e9e2b4cfPost 1.33.0 Release notes
Michael Stevens
2005-08-25 08:26:45 +0000
6de48359adPost 1.33.0 Release notes
Michael Stevens
2005-08-25 08:26:45 +0000
f1f7581d30FIX Sparse -> Mapped name change missed in index
Michael Stevens
2005-08-22 15:57:15 +0000
6ba8885ee9FIX Sparse -> Mapped name change missed in index
Michael Stevens
2005-08-22 15:57:15 +0000
a955b78791FIX Sparse -> Mapped name change missed in index
Michael Stevens
2005-08-22 15:57:15 +0000
fc8532dbecFIX Sparse -> Mapped name change missed in index
Michael Stevens
2005-08-22 15:57:15 +0000
c98c1052f6FIX current implementation no members are at variance to the Concept
Michael Stevens
2005-08-16 18:11:58 +0000
604cb59496FIX current implementation no members are at variance to the Concept
Michael Stevens
2005-08-16 18:11:58 +0000
7d12cb498eFIX current implementation no members are at variance to the Concept
Michael Stevens
2005-08-16 18:11:58 +0000
46719f0568FIX current implementation no members are at variance to the Concept
Michael Stevens
2005-08-16 18:11:58 +0000
e6a5a7708cADD Array Adaptor
Michael Stevens
2005-08-16 18:09:58 +0000
1050f46dfbADD Array Adaptor
Michael Stevens
2005-08-16 18:09:58 +0000
2cc376e93cADD Array Adaptor
Michael Stevens
2005-08-16 18:09:58 +0000
d6d84bdea7ADD Array Adaptor
Michael Stevens
2005-08-16 18:09:58 +0000
677362253bADD carray_adaptor as model FIX range/slice are not models
Michael Stevens
2005-08-16 18:09:10 +0000
75618f6279ADD carray_adaptor as model FIX range/slice are not models
Michael Stevens
2005-08-16 18:09:10 +0000
adc711aa09ADD carray_adaptor as model FIX range/slice are not models
Michael Stevens
2005-08-16 18:09:10 +0000
b73f4c0c75ADD carray_adaptor as model FIX range/slice are not models
Michael Stevens
2005-08-16 18:09:10 +0000
915da984cdNEW carray_adaptor REMOVED array_adaptor and shallow_array_adaptor FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
Michael Stevens
2005-08-16 18:07:21 +0000
f0f08f8a7dNEW carray_adaptor REMOVED array_adaptor and shallow_array_adaptor FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
Michael Stevens
2005-08-16 18:07:21 +0000
b086c1558cNEW carray_adaptor REMOVED array_adaptor and shallow_array_adaptor FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
Michael Stevens
2005-08-16 18:07:21 +0000
7dc1f8d53cNEW carray_adaptor REMOVED array_adaptor and shallow_array_adaptor FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
Michael Stevens
2005-08-16 18:07:21 +0000
8169d4a801FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
Michael Stevens
2005-08-12 18:31:19 +0000
5d6c4ac434FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
Michael Stevens
2005-08-12 18:31:19 +0000
6172de2c81FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
Michael Stevens
2005-08-12 18:31:19 +0000
1b4a7fd3f8FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
Michael Stevens
2005-08-12 18:31:19 +0000
64e4369a53FIX unused parameter warnings
Michael Stevens
2005-08-12 17:26:11 +0000
d00ef20accFIX unused parameter warnings
Michael Stevens
2005-08-12 17:26:11 +0000
a5b898edb7FIX unused parameter warnings
Michael Stevens
2005-08-12 17:26:11 +0000
81a7fc4fb1FIX unused parameter warnings
Michael Stevens
2005-08-12 17:26:11 +0000
7c5be23f1aFIX container assign resize without presere
Michael Stevens
2005-08-12 17:25:06 +0000
6cadf1912cFIX container assign resize without presere
Michael Stevens
2005-08-12 17:25:06 +0000
27931b6f1aFIX container assign resize without presere
Michael Stevens
2005-08-12 17:25:06 +0000
43dc6c62a9FIX container assign resize without presere
Michael Stevens
2005-08-12 17:25:06 +0000
79f7fe92feFIX container assign resize without presere
Michael Stevens
2005-08-12 17:17:09 +0000
4338956d68FIX container assign resize without presere
Michael Stevens
2005-08-12 17:17:09 +0000
646af517f3FIX container assign resize without presere
Michael Stevens
2005-08-12 17:17:09 +0000
e262dc567bFIX container assign resize without presere
Michael Stevens
2005-08-12 17:17:09 +0000
3168bdca0aMerged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
ced7e7bc82Merged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
bbf14834b1Merged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
f18a80fde4Merged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
cd2856d5efADD Test zero assignment
Michael Stevens
2005-08-11 19:02:31 +0000
6189b16a09ADD Test zero assignment
Michael Stevens
2005-08-11 19:02:31 +0000
91daf19b31ADD Test zero assignment
Michael Stevens
2005-08-11 19:02:31 +0000
106e9e2edcADD Test zero assignment
Michael Stevens
2005-08-11 19:02:31 +0000
c0b678341aFIX missing () in vector/matrix_container operator()
Michael Stevens
2005-08-11 19:02:02 +0000
a31a1055b9FIX missing () in vector/matrix_container operator()
Michael Stevens
2005-08-11 19:02:02 +0000
2259306e0aFIX missing () in vector/matrix_container operator()
Michael Stevens
2005-08-11 19:02:02 +0000
d60f6b283bFIX missing () in vector/matrix_container operator()
Michael Stevens
2005-08-11 19:02:02 +0000
b7e2762c98FIX packed and sparse overloads for increment and decrement
Michael Stevens
2005-07-29 12:18:39 +0000
7a12106f01FIX packed and sparse overloads for increment and decrement
Michael Stevens
2005-07-29 12:18:39 +0000
56467665ebFIX packed and sparse overloads for increment and decrement
Michael Stevens
2005-07-29 12:18:39 +0000
7a3fb7dd4fFIX packed and sparse overloads for increment and decrement
Michael Stevens
2005-07-29 12:18:39 +0000
f9276e2963FIX doc no spaces in <h2>
Michael Stevens
2005-07-18 07:39:12 +0000
f742950411FIX doc no spaces in <h2>
Michael Stevens
2005-07-18 07:39:12 +0000
5a9dfc8196FIX doc no spaces in <h2>
Michael Stevens
2005-07-18 07:39:12 +0000
fc94d429e2FIX doc no spaces in <h2>
Michael Stevens
2005-07-18 07:39:12 +0000
c7c4a5e709FIX document all Vector Matrix containers derived from _container FIX zero/unit/scalar default int FIX no spaces in <h2>
Michael Stevens
2005-07-18 07:35:53 +0000
c2d151d71cFIX document all Vector Matrix containers derived from _container FIX zero/unit/scalar default int FIX no spaces in <h2>
Michael Stevens
2005-07-18 07:35:53 +0000
2fbea5cdd7FIX document all Vector Matrix containers derived from _container FIX zero/unit/scalar default int FIX no spaces in <h2>
Michael Stevens
2005-07-18 07:35:53 +0000
bd8358c220FIX document all Vector Matrix containers derived from _container FIX zero/unit/scalar default int FIX no spaces in <h2>
Michael Stevens
2005-07-18 07:35:53 +0000
96b4e49fa0FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
Michael Stevens
2005-07-17 07:17:43 +0000
7a79cc348dFIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
Michael Stevens
2005-07-17 07:17:43 +0000
b352f6dd83FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
Michael Stevens
2005-07-17 07:17:43 +0000
fae1009b8cFIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
Michael Stevens
2005-07-17 07:17:43 +0000
ca293ba047Comment typo
Michael Stevens
2005-07-15 15:58:50 +0000
0992b79849Comment typo
Michael Stevens
2005-07-15 15:58:50 +0000
4bd491fb27Comment typo
Michael Stevens
2005-07-15 15:58:50 +0000
b2c9c2c96aComment typo
Michael Stevens
2005-07-15 15:58:50 +0000
353d453f07ADD define the vector/matrix_container classes CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain FIX Vector/ Matrix concepts have array_type and data() as special properties
Michael Stevens
2005-07-15 15:45:34 +0000
77b012bc8bADD define the vector/matrix_container classes CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain FIX Vector/ Matrix concepts have array_type and data() as special properties
Michael Stevens
2005-07-15 15:45:34 +0000
1fd7406c5dADD define the vector/matrix_container classes CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain FIX Vector/ Matrix concepts have array_type and data() as special properties
Michael Stevens
2005-07-15 15:45:34 +0000
989a576e91ADD define the vector/matrix_container classes CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain FIX Vector/ Matrix concepts have array_type and data() as special properties
Michael Stevens
2005-07-15 15:45:34 +0000
8d4452b8b2Clear up broken links, tabs, etc
Douglas Gregor
2005-07-14 15:47:04 +0000
0b8e3257a6Clear up broken links, tabs, etc
Douglas Gregor
2005-07-14 15:47:04 +0000
4956b15135Clear up broken links, tabs, etc
Douglas Gregor
2005-07-14 15:47:04 +0000
ad2a5ec642Clear up broken links, tabs, etc
Douglas Gregor
2005-07-14 15:47:04 +0000
113aadfba9FIX use #elif
Michael Stevens
2005-07-14 13:05:27 +0000
80ea5c4fd9FIX use #elif
Michael Stevens
2005-07-14 13:05:27 +0000
819600a5deFIX use #elif
Michael Stevens
2005-07-14 13:05:27 +0000
9e06c2aca9FIX use #elif
Michael Stevens
2005-07-14 13:05:27 +0000
c04f25e1a0ADD implement Container assignment without temporary for dense and sparse vector/matrix
Michael Stevens
2005-07-14 12:56:03 +0000
5f0cb8c8f9ADD implement Container assignment without temporary for dense and sparse vector/matrix
Michael Stevens
2005-07-14 12:56:03 +0000