-
## CVE-2011-4969 - Low Severity Vulnerability
Vulnerable Library - jquery-1.3.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jq…
-
## CVE-2020-7656 - Medium Severity Vulnerability
Vulnerable Library - jquery-1.3.2.min.js
JavaScript library for DOM operations
Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2…
-
One note from a student I'm trying to bring on board. He first tried a 32 bit Linux Mint 17.1 virtual machine running on virtual box. His boost installation to env apparently failed, and he got this e…
-
Boost.uBLAS can calculate the determinant of (at most) 2x2 matrices. I have a piece of code that can do this for any matrix size (which is http://www.richelbilderbeek.nl/CppUblasMatrixExample7.htm), t…
-
looks like there is something that requires a newer version of boost?
```
* installing *source* package 'rxode2ll' ...
** package 'rxode2ll' successfully unpacked and MD5 sums checked
** using s…
-
Expression templates are used in uBLAS for avoiding temporary objects to be generated and copied in expressions, finally to reduce the runtime of such expressions.
However, with C++11 and C++14 st…
-
Hello
while running SPAdes-3.11.0 one of our users reported the following problem.
```
spades.py --meta -1 file1.fastq -2 file.fastq -o test/ -t 4
```
ends with the following error
```
…
-
i am making the exercise of trying to understand what would be needed to efficiently replace ublas for the kratos usage.
the most common operations are of the type:
noalias(A) += scalar * …
-
### Discussed in https://github.com/boostorg/ublas/discussions/141
Originally posted by **bassoy** October 21, 2021
Right now index accessing is performed using the `at` member function in ten…
-
I have tested the GPU version by adapting the ex5f_cptr.f source code to import a linear system from my own application. The index of unknowns start from 1 rather than 0. The single GPU version works …