Commit Graph

  • a0ccbe3bcc ADD implement Container assignment without temporary for dense and sparse vector/matrix Michael Stevens 2005-07-14 12:56:03 +0000
  • 99f03bd261 ADD implement Container assignment without temporary for dense and sparse vector/matrix Michael Stevens 2005-07-14 12:56:03 +0000
  • 1ba0d69054 CHANGE implement and document subrange, subslice free functions - ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice - projection free functions are also able to shortcut proxies of proxies Michael Stevens 2005-07-14 12:06:02 +0000
  • 1aeaecd406 CHANGE implement and document subrange, subslice free functions - ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice - projection free functions are also able to shortcut proxies of proxies Michael Stevens 2005-07-14 12:06:02 +0000
  • b9d287e0de CHANGE implement and document subrange, subslice free functions - ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice - projection free functions are also able to shortcut proxies of proxies Michael Stevens 2005-07-14 12:06:02 +0000
  • 73586950dd CHANGE implement and document subrange, subslice free functions - ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice - projection free functions are also able to shortcut proxies of proxies Michael Stevens 2005-07-14 12:06:02 +0000
  • b0a666040b More details on compilers targeted for this release Michael Stevens 2005-07-14 09:54:49 +0000
  • 4173097a16 More details on compilers targeted for this release Michael Stevens 2005-07-14 09:54:49 +0000
  • af7ee8b0df More details on compilers targeted for this release Michael Stevens 2005-07-14 09:54:49 +0000
  • d1da0b897f More details on compilers targeted for this release Michael Stevens 2005-07-14 09:54:49 +0000
  • 9e1595e367 More details on compilers targeted for this release Michael Stevens 2005-07-14 09:51:04 +0000
  • 9fe7871f28 More details on compilers targeted for this release Michael Stevens 2005-07-14 09:51:04 +0000
  • 9545f07749 More details on compilers targeted for this release Michael Stevens 2005-07-14 09:51:04 +0000
  • 266591f161 More details on compilers targeted for this release Michael Stevens 2005-07-14 09:51:04 +0000
  • 2f7aa3bc57 ADD vector/matrix_expression public base to associated types Michael Stevens 2005-07-14 09:44:06 +0000
  • f9e0b3f520 ADD vector/matrix_expression public base to associated types Michael Stevens 2005-07-14 09:44:06 +0000
  • 3abc09e4dc ADD vector/matrix_expression public base to associated types Michael Stevens 2005-07-14 09:44:06 +0000
  • 04e6af9aff ADD vector/matrix_expression public base to associated types Michael Stevens 2005-07-14 09:44:06 +0000
  • cc5bad51be replaced by bounded_array and unbounded_array and range files Michael Stevens 2005-07-14 09:29:57 +0000
  • e125a214c6 replaced by bounded_array and unbounded_array and range files Michael Stevens 2005-07-14 09:29:57 +0000
  • 906c477241 replaced by bounded_array and unbounded_array and range files Michael Stevens 2005-07-14 09:29:57 +0000
  • 89907137df replaced by bounded_array and unbounded_array and range files Michael Stevens 2005-07-14 09:29:57 +0000
  • 547b2f0235 Removed duplicate files container.htm, wasreplaced by _concept.htm files Michael Stevens 2005-07-14 09:22:43 +0000
  • 28fe84bab4 Removed duplicate files container.htm, wasreplaced by _concept.htm files Michael Stevens 2005-07-14 09:22:43 +0000
  • 8bfbc09675 Removed duplicate files container.htm, wasreplaced by _concept.htm files Michael Stevens 2005-07-14 09:22:43 +0000
  • 5b48d17495 Removed duplicate files container.htm, wasreplaced by _concept.htm files Michael Stevens 2005-07-14 09:22:43 +0000
  • dcfdf04bd9 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files Michael Stevens 2005-07-14 09:17:14 +0000
  • 84d908bc4e Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files Michael Stevens 2005-07-14 09:17:14 +0000
  • 56a76a4228 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files Michael Stevens 2005-07-14 09:17:14 +0000
  • 769e46ea41 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files Michael Stevens 2005-07-14 09:17:14 +0000
  • 8f15ecba44 Untabification Douglas Gregor 2005-07-13 16:28:22 +0000
  • c6313c2972 Untabification Douglas Gregor 2005-07-13 16:28:22 +0000
  • 918beb21f4 Untabification Douglas Gregor 2005-07-13 16:28:22 +0000
  • afce1c103c Untabification Douglas Gregor 2005-07-13 16:28:22 +0000
  • 0d715e73f7 FIX added diagonal_matrix array_type constructor - Thanks Vardan Michael Stevens 2005-07-13 06:16:25 +0000
  • ca6be95884 FIX added diagonal_matrix array_type constructor - Thanks Vardan Michael Stevens 2005-07-13 06:16:25 +0000
  • 03f86aa4e7 FIX added diagonal_matrix array_type constructor - Thanks Vardan Michael Stevens 2005-07-13 06:16:25 +0000
  • 86789786d9 FIX added diagonal_matrix array_type constructor - Thanks Vardan Michael Stevens 2005-07-13 06:16:25 +0000
  • b06bc2f890 FIX scalar_expression also does not require default constructor and nil_ Michael Stevens 2005-07-13 06:15:29 +0000
  • ea40352326 FIX scalar_expression also does not require default constructor and nil_ Michael Stevens 2005-07-13 06:15:29 +0000
  • b9e0c73401 FIX scalar_expression also does not require default constructor and nil_ Michael Stevens 2005-07-13 06:15:29 +0000
  • ff8350272c FIX scalar_expression also does not require default constructor and nil_ Michael Stevens 2005-07-13 06:15:29 +0000
  • d84aec8b61 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors Michael Stevens 2005-07-13 06:14:53 +0000
  • 48d9b85de7 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors Michael Stevens 2005-07-13 06:14:53 +0000
  • 8afb24cfdd CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors Michael Stevens 2005-07-13 06:14:53 +0000
  • 8a97d3c0a1 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors Michael Stevens 2005-07-13 06:14:53 +0000
  • 7c524f57b7 CHANGE implement vector/matrix_container base classes - needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems Michael Stevens 2005-07-13 05:57:47 +0000
  • 80097118fa CHANGE implement vector/matrix_container base classes - needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems Michael Stevens 2005-07-13 05:57:47 +0000
  • 9d3d87e8b3 CHANGE implement vector/matrix_container base classes - needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems Michael Stevens 2005-07-13 05:57:47 +0000
  • 8b21ea96c4 CHANGE implement vector/matrix_container base classes - needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems Michael Stevens 2005-07-13 05:57:47 +0000
  • 6b01a2e7d2 FIX static initialisors for zero_ Michael Stevens 2005-07-11 12:20:36 +0000
  • 597e46fe4a FIX static initialisors for zero_ Michael Stevens 2005-07-11 12:20:36 +0000
  • d401ffd290 FIX static initialisors for zero_ Michael Stevens 2005-07-11 12:20:36 +0000
  • cab89107d5 FIX static initialisors for zero_ Michael Stevens 2005-07-11 12:20:36 +0000
  • 9395061ca9 Commented Storage accessors Michael Stevens 2005-07-11 11:54:15 +0000
  • c9e90c5541 Commented Storage accessors Michael Stevens 2005-07-11 11:54:15 +0000
  • 1f16447b6e Commented Storage accessors Michael Stevens 2005-07-11 11:54:15 +0000
  • 2c53e7d70a Commented Storage accessors Michael Stevens 2005-07-11 11:54:15 +0000
  • aca0be15ea FIX class static zero_ should be constructed from /*zero*/() Michael Stevens 2005-07-11 11:47:55 +0000
  • e4fad92794 FIX class static zero_ should be constructed from /*zero*/() Michael Stevens 2005-07-11 11:47:55 +0000
  • 0495036e3d FIX class static zero_ should be constructed from /*zero*/() Michael Stevens 2005-07-11 11:47:55 +0000
  • f55edf0407 FIX class static zero_ should be constructed from /*zero*/() Michael Stevens 2005-07-11 11:47:55 +0000
  • ccf1a940a2 FIX type in previously missing slice Michael Stevens 2005-07-11 11:25:16 +0000
  • b0e27c4eba FIX type in previously missing slice Michael Stevens 2005-07-11 11:25:16 +0000
  • 8939e2e9ed FIX type in previously missing slice Michael Stevens 2005-07-11 11:25:16 +0000
  • 92b02950b7 FIX type in previously missing slice Michael Stevens 2005-07-11 11:25:16 +0000
  • 4194039623 ADD basic documentation of projection functions Michael Stevens 2005-07-11 09:22:30 +0000
  • 89b1d91918 ADD basic documentation of projection functions Michael Stevens 2005-07-11 09:22:30 +0000
  • 81c4aac06c ADD basic documentation of projection functions Michael Stevens 2005-07-11 09:22:30 +0000
  • 1c81781e42 ADD basic documentation of projection functions Michael Stevens 2005-07-11 09:22:30 +0000
  • 520241b477 Storage concepts links corrected and more logical overview and concept links Michael Stevens 2005-07-11 07:59:26 +0000
  • 5afd42d07b Storage concepts links corrected and more logical overview and concept links Michael Stevens 2005-07-11 07:59:26 +0000
  • 30e1c7f55b Storage concepts links corrected and more logical overview and concept links Michael Stevens 2005-07-11 07:59:26 +0000
  • bde645d20c Storage concepts links corrected and more logical overview and concept links Michael Stevens 2005-07-11 07:59:26 +0000
  • 2642dc4b12 Removed precondition for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:14:07 +0000
  • 4092e09c04 Removed precondition for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:14:07 +0000
  • 7d3b7a1ed3 Removed precondition for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:14:07 +0000
  • d4765148b7 Removed precondition for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:14:07 +0000
  • e7f456a511 Removed precondition checks for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:13:19 +0000
  • 220c728a31 Removed precondition checks for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:13:19 +0000
  • 61ca8622d5 Removed precondition checks for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:13:19 +0000
  • b712403557 Removed precondition checks for opposite Row/Colum index, these are always valid Michael Stevens 2005-07-08 17:13:19 +0000
  • 2d6dc70021 FIX previous const changes, return value and constructed projection must match Michael Stevens 2005-07-07 17:08:25 +0000
  • e5b15c31ae FIX previous const changes, return value and constructed projection must match Michael Stevens 2005-07-07 17:08:25 +0000
  • c42c73c328 FIX previous const changes, return value and constructed projection must match Michael Stevens 2005-07-07 17:08:25 +0000
  • 02143060f5 FIX previous const changes, return value and constructed projection must match Michael Stevens 2005-07-07 17:08:25 +0000
  • 4a170101e9 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:51:29 +0000
  • fbe26e7534 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:51:29 +0000
  • 8e8468807f FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:51:29 +0000
  • d7b6e720d0 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:51:29 +0000
  • 84e7c48f76 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:45:31 +0000
  • 5cc45ae3d1 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:45:31 +0000
  • 6c8e4155cd FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:45:31 +0000
  • 86cc55674b FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all Michael Stevens 2005-07-06 18:45:31 +0000
  • bb0fd4a950 typo for previous const changes Michael Stevens 2005-07-05 19:49:05 +0000
  • 98e7fe3495 typo for previous const changes Michael Stevens 2005-07-05 19:49:05 +0000
  • 727c570fef typo for previous const changes Michael Stevens 2005-07-05 19:49:05 +0000
  • 5f09f98379 typo for previous const changes Michael Stevens 2005-07-05 19:49:05 +0000
  • 617b4918de FIX const correctness of row/column projects, removed bogus row/column_const Michael Stevens 2005-07-05 19:47:05 +0000
  • 5a46a9ba4b FIX const correctness of row/column projects, removed bogus row/column_const Michael Stevens 2005-07-05 19:47:05 +0000