Maksim Samoilov
Maksim Samoilov
Our team actively uses Description Template feature in GitLab EE, which is not supported by current version. Description input area is empty when we create Merge Request from Gitlab Projects...
**Describe the bug** I am facing an issue with `devenv shell` overall performance. Running `devenv shell` right after `devenv init` (no other changes in the code) takes really long time,...
I'm currently thinking about migration to jdk 8 and have a bunch of questions. First of all, this will cause a need for clients to install jdk 8 to support...
Linear (vector) space is an important concept in linear algebra. It is a mathematical structure formed by a collection of elements called vectors, which may be added together and multiplied...
If we find fast algorithm (for `O(n^3)` time) for transforming matrix to Jordan form, we can use this to fast rank calculation, eigenvalues and eigenvectors finding, and other useful things....
I have an idea of performance enhancement when we are using some matrix parameters (i.e. rank, eigen decomposition, SVD) simultaneously. The idea is to store some parameters and change while...
http://en.wikipedia.org/wiki/Matrix_exponential It's a generalizaton of a standard exponent `e^x` where x is a number. Matrix exponential is useful in some applying maths: multidimensional differential equations, control theory, etc. We could...
We could improve performance of matrix addition and multiplication using parallelized computations. For example, we can start from these papers: http://www.cse.buffalo.edu/faculty/miller/Courses/CSE633/Sandeep-Raghuraman-Fall-2011.pdf http://www.cse.buffalo.edu/faculty/miller/Courses/CSE633/Ortega-Fall-2012-CSE633.pdf Also, we could implement Karatsuba multiplication which has...
We could add new package for linear optimization with linear constraints (for more information see http://en.wikipedia.org/wiki/Linear_programming) - I think it should be added in 0.6.0 or one of future releases.
I want to migrate my team to PDM as a default build manager. We use PyCharm as IDE with remote debug server, which works upon installation of `pydevd-pycharm` package for...