Elizabeth Fischer
Elizabeth Fischer
> > I have *one question*: what is the difference of scope in comparison with > Eigen::Tensor that justifies Blitz11 as a separate library? > Eigen::Tensor does not provide the...
@wolfv Thank you for getting involved here. Would you be able to look over the requirements listed above and evaluate Xtensor in relation to them? Ideally, Xtensor already does all...
Thank you for the detailed reply. For brevity, things that look really good/promising, I'm not replying to here, it means they look really nice to me! > > Arrays are...
> Hi, > > just to reply to your first point: > Writing generic functions in xtensor is "easy" -- you'd write something like > > ``` > template >...
Can you submit a pull request? On Tue, May 24, 2022 at 08:16 Tobias Loew ***@***.***> wrote: > TinyMatrix::begin() : both overloads have wrong implementations. They > should simply return...
See here for how Fortran + Blitz can be used to pass arrays seemlessly between C++ and Fortran: http://jerseybiker.blogspot.com/2013/10/passing-assumed-shape-arrays-between.html https://github.com/citibeth/ibmisc/blob/develop/slib/ibmisc/f90blitz_f.py https://github.com/citibeth/ibmisc/blob/develop/slib/ibmisc/f90blitz.hpp -- Elizabeth On Sat, Jul 21, 2018 at 3:50...
Yes. Benefit is that SF.net is a dodgy mess, and could stop working any day. How about Google Groups?
What does --with-blas do, and what is the default in the CMake build? On Thu, Oct 3, 2019 at 11:34 AM Sylwester Arabas wrote: > As pointed out by @pguio...
So how does CMake get the BLAS library? If this is only used for benchmark programs, I'm losing interest fast. On Thu, Oct 3, 2019 at 11:38 AM Patrick Guio...
CMake has stuff build into it allowing the user to choose shared or static. As long as the Blitz++ CMake build follows the CMake conventions, this should "just happen." https://cmake.org/cmake/help/v3.0/variable/BUILD_SHARED_LIBS.html...