Commit Graph

  • 8887924d47 FIX 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
  • 3391e4dabf FIX 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
  • 87ab9b4bd4 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize Michael Stevens 2005-08-26 15:59:54 +0000
  • a846666ab0 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize Michael Stevens 2005-08-26 15:59:54 +0000
  • b67ade9dd0 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize Michael Stevens 2005-08-26 15:59:54 +0000
  • 0b1b09a894 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging FIX carray_adaptor: resize Michael Stevens 2005-08-26 15:59:54 +0000
  • 62251e67b2 CHANGE 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
  • a4bc1e20a1 CHANGE 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
  • 4499643c9a CHANGE 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
  • f53b7277ab CHANGE 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
  • c2ab547599 FIX proxy header dependencies for LU Michael Stevens 2005-08-25 09:40:01 +0000
  • 55a4faa2e4 FIX proxy header dependencies for LU Michael Stevens 2005-08-25 09:40:01 +0000
  • c317674574 FIX proxy header dependencies for LU Michael Stevens 2005-08-25 09:40:01 +0000
  • e49a4510b0 FIX proxy header dependencies for LU Michael Stevens 2005-08-25 09:40:01 +0000
  • 115be133ab Post 1.33.0 Release notes Michael Stevens 2005-08-25 08:26:45 +0000
  • 514f713670 Post 1.33.0 Release notes Michael Stevens 2005-08-25 08:26:45 +0000
  • 88e9e2b4cf Post 1.33.0 Release notes Michael Stevens 2005-08-25 08:26:45 +0000
  • 6de48359ad Post 1.33.0 Release notes Michael Stevens 2005-08-25 08:26:45 +0000
  • f1f7581d30 FIX Sparse -> Mapped name change missed in index Michael Stevens 2005-08-22 15:57:15 +0000
  • 6ba8885ee9 FIX Sparse -> Mapped name change missed in index Michael Stevens 2005-08-22 15:57:15 +0000
  • a955b78791 FIX Sparse -> Mapped name change missed in index Michael Stevens 2005-08-22 15:57:15 +0000
  • fc8532dbec FIX Sparse -> Mapped name change missed in index Michael Stevens 2005-08-22 15:57:15 +0000
  • c98c1052f6 FIX current implementation no members are at variance to the Concept Michael Stevens 2005-08-16 18:11:58 +0000
  • 604cb59496 FIX current implementation no members are at variance to the Concept Michael Stevens 2005-08-16 18:11:58 +0000
  • 7d12cb498e FIX current implementation no members are at variance to the Concept Michael Stevens 2005-08-16 18:11:58 +0000
  • 46719f0568 FIX current implementation no members are at variance to the Concept Michael Stevens 2005-08-16 18:11:58 +0000
  • e6a5a7708c ADD Array Adaptor Michael Stevens 2005-08-16 18:09:58 +0000
  • 1050f46dfb ADD Array Adaptor Michael Stevens 2005-08-16 18:09:58 +0000
  • 2cc376e93c ADD Array Adaptor Michael Stevens 2005-08-16 18:09:58 +0000
  • d6d84bdea7 ADD Array Adaptor Michael Stevens 2005-08-16 18:09:58 +0000
  • 677362253b ADD carray_adaptor as model FIX range/slice are not models Michael Stevens 2005-08-16 18:09:10 +0000
  • 75618f6279 ADD carray_adaptor as model FIX range/slice are not models Michael Stevens 2005-08-16 18:09:10 +0000
  • adc711aa09 ADD carray_adaptor as model FIX range/slice are not models Michael Stevens 2005-08-16 18:09:10 +0000
  • b73f4c0c75 ADD carray_adaptor as model FIX range/slice are not models Michael Stevens 2005-08-16 18:09:10 +0000
  • 915da984cd NEW 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
  • f0f08f8a7d NEW 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
  • b086c1558c NEW 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
  • 7dc1f8d53c NEW 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
  • 8169d4a801 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices Michael Stevens 2005-08-12 18:31:19 +0000
  • 5d6c4ac434 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices Michael Stevens 2005-08-12 18:31:19 +0000
  • 6172de2c81 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices Michael Stevens 2005-08-12 18:31:19 +0000
  • 1b4a7fd3f8 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices Michael Stevens 2005-08-12 18:31:19 +0000
  • 64e4369a53 FIX unused parameter warnings Michael Stevens 2005-08-12 17:26:11 +0000
  • d00ef20acc FIX unused parameter warnings Michael Stevens 2005-08-12 17:26:11 +0000
  • a5b898edb7 FIX unused parameter warnings Michael Stevens 2005-08-12 17:26:11 +0000
  • 81a7fc4fb1 FIX unused parameter warnings Michael Stevens 2005-08-12 17:26:11 +0000
  • 7c5be23f1a FIX container assign resize without presere Michael Stevens 2005-08-12 17:25:06 +0000
  • 6cadf1912c FIX container assign resize without presere Michael Stevens 2005-08-12 17:25:06 +0000
  • 27931b6f1a FIX container assign resize without presere Michael Stevens 2005-08-12 17:25:06 +0000
  • 43dc6c62a9 FIX container assign resize without presere Michael Stevens 2005-08-12 17:25:06 +0000
  • 79f7fe92fe FIX container assign resize without presere Michael Stevens 2005-08-12 17:17:09 +0000
  • 4338956d68 FIX container assign resize without presere Michael Stevens 2005-08-12 17:17:09 +0000
  • 646af517f3 FIX container assign resize without presere Michael Stevens 2005-08-12 17:17:09 +0000
  • e262dc567b FIX container assign resize without presere Michael Stevens 2005-08-12 17:17:09 +0000
  • 3168bdca0a Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • ced7e7bc82 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • bbf14834b1 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • f18a80fde4 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • cd2856d5ef ADD Test zero assignment Michael Stevens 2005-08-11 19:02:31 +0000
  • 6189b16a09 ADD Test zero assignment Michael Stevens 2005-08-11 19:02:31 +0000
  • 91daf19b31 ADD Test zero assignment Michael Stevens 2005-08-11 19:02:31 +0000
  • 106e9e2edc ADD Test zero assignment Michael Stevens 2005-08-11 19:02:31 +0000
  • c0b678341a FIX missing () in vector/matrix_container operator() Michael Stevens 2005-08-11 19:02:02 +0000
  • a31a1055b9 FIX missing () in vector/matrix_container operator() Michael Stevens 2005-08-11 19:02:02 +0000
  • 2259306e0a FIX missing () in vector/matrix_container operator() Michael Stevens 2005-08-11 19:02:02 +0000
  • d60f6b283b FIX missing () in vector/matrix_container operator() Michael Stevens 2005-08-11 19:02:02 +0000
  • b7e2762c98 FIX packed and sparse overloads for increment and decrement Michael Stevens 2005-07-29 12:18:39 +0000
  • 7a12106f01 FIX packed and sparse overloads for increment and decrement Michael Stevens 2005-07-29 12:18:39 +0000
  • 56467665eb FIX packed and sparse overloads for increment and decrement Michael Stevens 2005-07-29 12:18:39 +0000
  • 7a3fb7dd4f FIX packed and sparse overloads for increment and decrement Michael Stevens 2005-07-29 12:18:39 +0000
  • f9276e2963 FIX doc no spaces in <h2> Michael Stevens 2005-07-18 07:39:12 +0000
  • f742950411 FIX doc no spaces in <h2> Michael Stevens 2005-07-18 07:39:12 +0000
  • 5a9dfc8196 FIX doc no spaces in <h2> Michael Stevens 2005-07-18 07:39:12 +0000
  • fc94d429e2 FIX doc no spaces in <h2> Michael Stevens 2005-07-18 07:39:12 +0000
  • c7c4a5e709 FIX 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
  • c2d151d71c FIX 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
  • 2fbea5cdd7 FIX 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
  • bd8358c220 FIX 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
  • 96b4e49fa0 FIX 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
  • 7a79cc348d FIX 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
  • b352f6dd83 FIX 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
  • fae1009b8c FIX 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
  • ca293ba047 Comment typo Michael Stevens 2005-07-15 15:58:50 +0000
  • 0992b79849 Comment typo Michael Stevens 2005-07-15 15:58:50 +0000
  • 4bd491fb27 Comment typo Michael Stevens 2005-07-15 15:58:50 +0000
  • b2c9c2c96a Comment typo Michael Stevens 2005-07-15 15:58:50 +0000
  • 353d453f07 ADD 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
  • 77b012bc8b ADD 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
  • 1fd7406c5d ADD 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
  • 989a576e91 ADD 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
  • 8d4452b8b2 Clear up broken links, tabs, etc Douglas Gregor 2005-07-14 15:47:04 +0000
  • 0b8e3257a6 Clear up broken links, tabs, etc Douglas Gregor 2005-07-14 15:47:04 +0000
  • 4956b15135 Clear up broken links, tabs, etc Douglas Gregor 2005-07-14 15:47:04 +0000
  • ad2a5ec642 Clear up broken links, tabs, etc Douglas Gregor 2005-07-14 15:47:04 +0000
  • 113aadfba9 FIX use #elif Michael Stevens 2005-07-14 13:05:27 +0000
  • 80ea5c4fd9 FIX use #elif Michael Stevens 2005-07-14 13:05:27 +0000
  • 819600a5de FIX use #elif Michael Stevens 2005-07-14 13:05:27 +0000
  • 9e06c2aca9 FIX use #elif Michael Stevens 2005-07-14 13:05:27 +0000
  • c04f25e1a0 ADD implement Container assignment without temporary for dense and sparse vector/matrix Michael Stevens 2005-07-14 12:56:03 +0000
  • 5f0cb8c8f9 ADD implement Container assignment without temporary for dense and sparse vector/matrix Michael Stevens 2005-07-14 12:56:03 +0000