Commit Graph

  • 53361d7f42 Merge branch 'develop' cc Stefan Seefeld 2019-03-02 12:04:44 -0500
  • 7c6b1e980e Adjust metadata and documentation. Stefan Seefeld 2019-03-02 11:20:34 -0500
  • d7a5ec2a68
    Merge pull request #65 from BoostGSoC18/develop Cem Bassoy 2019-02-26 08:13:21 +0100
  • 1e71db9cda tensor gsoc 2018. last changes for merge. Cem Bassoy 2019-02-19 09:34:41 +0100
  • 6a731af7de tensor gsoc 2018. einstein notation added. Cem Bassoy 2018-07-06 15:46:33 +0200
  • 359f716855 tensor gsoc 2018. tensor contraction and transposition added. Cem Bassoy 2018-05-20 18:42:15 +0200
  • 3a62977c19 tensor gsoc 2018. expression templates and operators with generic lambdas added. Cem Bassoy 2018-05-11 18:28:18 +0200
  • 675db26b4d tensor gsoc 2018. tensor and auxiliary template classes added. Cem Bassoy 2018-05-04 16:08:30 +0200
  • 48ad2104dd Fix extension module lookup. Stefan Seefeld 2018-10-30 00:21:56 -0400
  • 249d3f9128 Add benchmarks for OpenCL API. Stefan Seefeld 2018-10-28 18:16:25 -0400
  • 9ae62f58d8 Add OpenCL API. Fady Essam 2018-10-28 20:50:31 +0200
  • 7cc5d385d2 First OpenCL support infrastructure. Stefan Seefeld 2018-05-06 20:54:33 -0400
  • 44e7d7d853 Remove obsolete benchmarks. Stefan Seefeld 2018-09-27 20:53:53 -0400
  • b788d5c8eb Add more operations. Stefan Seefeld 2018-09-27 20:48:25 -0400
  • daab9b0ea6 Enable benchmark building during CI. Stefan Seefeld 2018-09-01 10:53:52 -0400
  • 1f0445c760 Introduce new benchmark framework. Stefan Seefeld 2018-08-26 22:53:15 -0400
  • ae28c2de69 Fixed unused argument warning in basic_column_major::upper_element Frédéric Bron 2018-08-09 07:06:57 +0200
  • f14af09020 Add CI badges. Stefan Seefeld 2018-05-01 18:33:18 -0400
  • 565dd1f5d0 Add basic CI support. Stefan Seefeld 2018-04-28 12:22:16 -0400
  • a909427559 Merge pull request #36 from uBLAS/develop David Bellot 2016-05-23 22:00:09 +0100
  • 9d30e3876c Merge pull request #49 from rdwampler/scaled-norm Nasos 2016-04-11 08:10:55 -0400
  • ad76936f49 Fix compilation error when BOOST_UBLAS_SCALED_NORM is defined Ronald Wampler 2016-04-07 15:10:27 -0400
  • 08d2084472 Merge pull request #47 from rdwampler/develop Nasos 2016-03-31 09:20:25 -0400
  • e88fc29650 Add documentation for norm_2_square Ronald Wampler 2016-03-28 13:34:15 -0400
  • 986547a60d Add norm_2_square Ronald Wampler 2016-03-28 13:01:17 -0400
  • b40a65f39a Merge pull request #44 from ShangtongZhang/dev Nasos 2016-03-15 21:31:11 -0400
  • 5a8731e152 Fix bug in weak equality check Shangtong Zhang 2016-03-14 00:54:41 +0800
  • ed24b92f43 Merge pull request #42 from jdurancomas/develop Nasos 2016-01-22 14:04:49 -0800
  • 6c55e2b2f0 promote_traits uses BOOST_TYPEOF_TPL (boost::typeof) macro. Joaquim Duran 2016-01-11 02:56:08 +0100
  • 02e5983684 In Jamfile.v2: - Enabled all warnings in g++ and mscv - Prevent warnings about the checked versions of SCL and CRT libraries. - test_ticket7296: disabled warning d4127 (based from https://svn.boost.org/trac/boost/wiki/Guidelines/WarningsGuidelines) Joaquim Duran 2016-01-11 02:54:59 +0100
  • 3330c0e13f Disabled warning C4127 in the if statements which its conditional expression is constant. Joaquim Duran 2016-01-11 02:50:38 +0100
  • ee448e4fc7 Fixed warnings C4127 (conditional expression is constant) by replacing 'while (true)' with 'for(;;)'. Joaquim Duran 2016-01-11 01:43:28 +0100
  • bc211a8905 In matrix and vector expressions, the local variables of type value type that stores values of E1 or E2 has been redefined as E1::value_type or E2::value_type. Fixes warning C4244: conversion with possible loss of data. Joaquim Duran 2016-01-05 03:08:37 +0100
  • 7734abaa98 Fixed warnings C4245 in file assignment.hpp. Joaquim Duran 2015-12-31 18:44:26 +0100
  • 54c429154b Disable MSCV iterator debugging to avoid program failure when a MVOV is traversed by column and then by row. https://msdn.microsoft.com/en-us/library/hh697468.aspx Joaquim Duran 2015-12-13 03:01:53 +0100
  • 5fa629bb09 Changed the type of functions parameter to fix type conversion warnings in test_banded_storage_layout. Joaquim Duran 2015-12-12 00:42:41 +0100
  • e6f4adb604 matrix_expression_assigner, vector_expression_assigner, matrix_row_vector and matrix_column_vector are copyable classes. Joaquim Duran 2015-12-11 01:41:05 +0100
  • 8e5d75edef Merge pull request #41 from jdurancomas/develop David Bellot 2015-12-05 17:45:42 +0000
  • 9bf9d05943 Removed old source code. Joaquim Duran 2015-12-04 00:36:20 +0100
  • 3d9611c3c0 The template function OneElement returns 'one' and the vector partial specialization of function OneElement has been removed. Joaquim Duran 2015-12-03 00:00:55 +0100
  • d282a8d913 Merge pull request #40 from sehe/develop David Bellot 2015-12-02 08:51:06 +0000
  • a936eac922 Add allocator support to map_std<> Seth Heeren 2015-10-26 11:19:26 +0100
  • 05e97defe9 Merge pull request #39 from jdurancomas/develop David Bellot 2015-11-24 10:18:22 +0000
  • 852d1d3898 In dereference operation in vector_expression, cast the result of functor_type::apply to value_type, to clear the warning of possible loss of data. Joaquim Duran 2015-11-09 01:27:38 +0100
  • d5460ba83e In function boost_numeric_ublas_abs, force type conversion back to T type for char and short types. Joaquim Duran 2015-11-09 00:42:12 +0100
  • b8a7853df8 Removed redundant return statement in four tests. Joaquim Duran 2015-11-06 01:30:01 +0100
  • ed4cbeb7a3 Vector_expression_assigner and matrix_expression_assigner are noncopyable classes (clear warning C4512). Joaquim Duran 2015-11-06 00:48:06 +0100
  • 281cf37d29 In test sparse_view_test, only the msvc compilers need the support for asynchronous structured exception handling. Joaquim Duran 2015-11-01 01:59:36 +0100
  • 9231cb4287 In storage.hpp, add a null expression for a parameter to clear unused parameter warning (The expression could confuse the compiler). Joaquim Duran 2015-10-31 17:47:50 +0100
  • 78a8e3371f Matrix_column_vector and column_row_vector are noncopiable classes (clear warning C4512). Joaquim Duran 2015-10-31 17:43:39 +0100
  • c0a60f5212 Remove redundant return statements in test_fixed_containers test. Joaquim Duran 2015-10-31 17:40:22 +0100
  • 8886f24389 - boost_numeric_ublas_sqrt (const T& t): if the type T is integuer, it returns a double. If not, it returns the type T. Joaquim Duran 2015-10-25 19:15:35 +0100
  • 701619a67d - In the test sparse_view_test.cpp, the asyncronous exceptions are captured in bjam and Qt build system. Joaquim Duran 2015-10-25 02:41:37 +0100
  • 96c2547a1f Fixed issues in Qt build system: Joaquim Duran 2015-10-22 02:14:01 +0200
  • 0701f471e5 Merge pull request #38 from jdurancomas/develop David Bellot 2015-10-20 09:00:11 +0100
  • 54af3fbf7c utils.hpp: the values of the result of the test are assigned using EXIT macros. Joaquim Duran 2015-10-19 23:24:21 +0200
  • 2c0f251d9e In test_matrix_vector, unnedded return statement has been removed. Joaquim Duran 2015-10-19 23:04:50 +0200
  • 1c2cf5dcf2 testhelper: fixed warnings about unused parameters. Joaquim Duran 2015-10-18 00:51:18 +0200
  • 6227919917 test42.cpp: Fixed warnings about unused parameters. Joaquim Duran 2015-10-18 00:44:47 +0200
  • 6881b5189e In matrix_sparse: remove the name of unused parameters to avoid warnings. Joaquim Duran 2015-10-12 00:45:37 +0200
  • 7f68c8309c Merge pull request #34 from uBLAS/develop David Bellot 2015-10-03 17:25:39 +0100
  • 98fc93a440 Merge pull request #37 from jdurancomas/develop Nasos 2015-10-02 14:43:28 -0400
  • e3c9bc7933 The type of the distance of matrices and vectors is deduced. Joaquim Duran 2015-10-01 02:10:14 +0200
  • 25d0fd612e Merge pull request #36 from jdurancomas/develop David Bellot 2015-09-04 11:03:10 +0100
  • 5699c16bcd For MSVC compliers, unabled warning C4996 (undo previous commit) qduran 2015-08-27 02:52:09 +0200
  • c606ddb075 Fix file permissions. qduran 2015-08-26 01:10:08 +0200
  • b4561a86b3 Fixed type conversion in test_fixed_containers. Fixed variadic template constructor in fixed_vector and fixed_matrix. Reordered constructors in fixed_matrix. qduran 2015-08-25 20:03:08 +0200
  • 23b7246704 Merge pull request #35 from jdurancomas/develop David Bellot 2015-08-24 10:44:47 +0100
  • a7e9763589 Merge pull request #33 from uBLAS/develop David Bellot 2015-08-24 10:43:48 +0100
  • 27fd2ae4e1 Added BOOST_UBLAS_INLINE macro in functions of file matrix_vector.hpp. Joaquim Duran 2015-08-21 12:43:31 +0200
  • bdc1b17ee4 Fix type of parameters in matrix_vector.hpp Joaquim Duran 2015-08-21 12:28:11 +0200
  • 149d012bfe Fixed warning about possible loss of data. Joaquim Duran 2015-08-21 00:02:54 +0200
  • a3ebf8a4cc Enabled async-exception to test comp_mat_erase. Joaquim Duran 2015-08-20 00:22:38 +0200
  • 03b7b01bb7 Merge remote-tracking branch 'ublas_upstream/develop' into develop nasos 2015-08-19 10:07:54 -0400
  • 1c9a224a1d Merge pull request #34 from jdurancomas/develop Nasos 2015-08-19 09:53:21 -0400
  • a1942dfa03 For MSVC compliers, disabled warning C4996 (https://msdn.microsoft.com/en-us/library/ttcz0bys.aspx) Joaquim Duran 2015-08-14 01:39:12 +0200
  • b7e7f84050 Cast numeric literals to remove warnings. Joaquim Duran 2015-08-12 14:13:39 +0200
  • 1e73828651 - Qualified double literals as float. - Changed variables type in for loop to remove warnings and added temporal variable. Joaquim Duran 2015-08-12 14:08:25 +0200
  • 849a833922 Changed variable type to remove a warning. Joaquim Duran 2015-08-12 14:06:18 +0200
  • a0ddc762ec Merge pull request #33 from jdurancomas/develop David Bellot 2015-08-11 09:08:51 +0100
  • 2696b885f7 - Changed types of variables to remove warnings. - Repladed tabs for spaces in line indentation. - Replaced ::std::... by std::... Joaquim Duran 2015-08-11 01:30:17 +0200
  • 010df5c358 Changed the types of variables to remove warnings. Joaquim Duran 2015-08-10 00:05:56 +0200
  • 4f047ef0b1 Merge pull request #32 from jdurancomas/develop David Bellot 2015-08-09 18:56:58 +0100
  • 1b5b15b3d4 Merge pull request #32 from uBLAS/develop David Bellot 2015-08-09 18:56:10 +0100
  • aea04710bb Merge remote-tracking branch 'upstream/develop' into develop qduran 2015-08-08 17:11:18 +0200
  • 74cc99a4bd 'compare_to' function has been renamed to 'compare_distance'. qduran 2015-08-08 15:53:58 +0200
  • 0aad284672 Typecast the calculation of mean square distance to avoid warnings (funcion mean_square for matrices and vectors). qduran 2015-08-08 15:31:09 +0200
  • be95004699 Corrected some merge trash Nasos 2015-08-07 23:10:55 -0400
  • e8607b3eea Merge pull request #31 from uBLAS/master David Bellot 2015-08-06 10:47:02 +0100
  • 1407c8600c Merge pull request #30 from uBLAS/develop David Bellot 2015-08-06 10:46:49 +0100
  • da4695809a Merge branch 'master' into develop Nasos 2015-08-05 10:31:32 -0400
  • b805369990 Corrected inline issue in storage.hpp Nasos 2015-08-05 10:31:25 -0400
  • cb5a833dcc Merge branch 'master' into develop Nasos 2015-08-05 10:18:06 -0400
  • ca2ff08600 Corrected inline issue in storage.hpp Nasos 2015-08-05 10:17:51 -0400
  • ee5cdeffaf Merge branch 'master' into develop Nasos 2015-08-05 10:09:12 -0400
  • 0ba36c604e removed two files that made it in by mistake Nasos 2015-08-05 09:51:04 -0400
  • 372302f380 Merge pull request #31 from jdurancomas/develop Nasos 2015-05-26 09:48:06 -0400
  • f465fce439 Merge branch 'master' of https://github.com/uBLAS/ublas nasos 2015-05-26 09:31:57 -0400
  • 85a07c8d1c Rejected explicit move semantics nasos 2015-05-26 09:31:06 -0400
  • 21b73190b2 Small Fix rajaditya-m 2015-05-25 02:34:54 -0400