-
According to the documentation [here](http://viennacl.sourceforge.net/doc/manual-operations.html) the BLAS Level 2 functions include matrix-vector products. I have found this to be very literal in th…
-
| | |
| --- | --- |
| Bugzilla Link | [43504](https://llvm.org/bz43504) |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@fhahn,@RKSimon,@Meinersbur,@rotateright |
## Extended Description
http…
-
-
In the LiDO design optimization suite, we are investigating adding a new adaptive mesh refinement capability. In this context, we start out with a design mesh that remains constant. The true DOFs of a…
-
I am working on an optimization problem on this product manifold:
```
dim = 3
manifold = Product([
SpecialOrthogonalGroup(dim),
Euclidean(dim),
SymmetricPositiveDefinite(2 * dim)])
…
-
![immagine](https://user-images.githubusercontent.com/28751714/111632886-38866080-87f5-11eb-9ca0-e10a062e4324.png)
Slides "03-linalg", 71/72
I'm not getting why the _column-matrix_ storing the *…
-
https://github.com/xBimTeam/XbimEssentials/blob/ac8b9092b87ae401d91d53578388b2b746c26852/Xbim.Common/Geometry/XbimVector3D.cs#L188
See for example https://mathinsight.org/matrix_vector_multiplicati…
-
something wrong happened in kf_tracker_node
at the beginning everthing was right until the camera saw the AprilTag
the WARN is:
WARN [ekf2] accel id changed, resetting IMU bias
[ WARN] [160869413…
-
### Intro
I've been playing around with different approaches to efficiently computing Kronecker products, with particular interest in the cases where both input matrices are either covariance matrice…
-
```julia
julia> B = BandedMatrix(0=>ones(1000));
julia> D = Diagonal(B);
julia> @btime $B * $B;
118.442 μs (2 allocations: 7.98 KiB)
julia> @btime $D * $D;
761.298 ns (1 allocation: 7.…