Andrew Knyazev
Followers: 0 Following: 0
http://en.wikipedia.org/wiki/Andrei_Knyazev_(mathematician) Professional Interests: matrix computations, numerical PDEs, signal, image & video processing, data analytics and mining, data coding and transmission, material sciences, and model predictive control.
Statistik
RANG
1.104
of 294.384
REPUTATION
64
BEITRÄGE
0 Fragen
33 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
18
RANG
594 of 20.108
REPUTATION
2.963
DURCHSCHNITTLICHE BEWERTUNG
4.60
BEITRÄGE
11 Dateien
DOWNLOADS
30
ALL TIME DOWNLOADS
28595
RANG
of 151.578
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How can I get Matlab toolbox KSSOLV? In which package is it?
https://bitbucket.org/berkeleylab/kssolv2.0/src/release/
mehr als 2 Jahre vor | 0
Spectral clustering a grpah into k cluster
asdamle/QR-spectral-clustering: Code implements the methodology in arXiv:1609.08251 for multi-way spectral clustering (github.co...
mehr als 2 Jahre vor | 0
eigs with big sparse matrix has Internal error
try running Locally Optimal Block Preconditioned Conjugate Gradient - File Exchange - MATLAB Central (mathworks.com)
mehr als 2 Jahre vor | 0
The eigenvalues of eigs change with the input target, Why?
This may be expected. One can fix it by running with muiltiple targets, collecting all the resulting eigenvectors and writing an...
fast 3 Jahre vor | 0
| akzeptiert
Eigs in multinode cluster
EIGS has limited support for distributed memory, so you can run it only on a single node, but see the answer from Christine Tob...
mehr als 5 Jahre vor | 0
| akzeptiert
How do read .npy files in matlab?
https://github.com/kwikteam/npy-matlab
mehr als 5 Jahre vor | 14
| akzeptiert
Error returned in Eigs Function " Undefined operator '.*' "
Looks like a bug in chebfun - just make this comment at <https://www.mathworks.com/matlabcentral/fileexchange/47023-chebfun-curr...
etwa 6 Jahre vor | 0
eigs does not return the eigenvalues closest to shift sigma
You may also want to try https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m passing your function handle to it. Co...
etwa 6 Jahre vor | 0
find eigenvalues of a very large sparse matrix
If the matrix is real symmetric or Hermitian, you may also want to try https://www.mathworks.com/matlabcentral/fileexchange/48-l...
etwa 6 Jahre vor | 0
LOBPCG Initial k eigenvectors approximation
See https://en.wikipedia.org/wiki/LOBPCG#Convergence_theory_and_practice
etwa 6 Jahre vor | 0
eigs() runs faster for more eigenvalues of the same matrix
Please check <https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m> that has probably faster and more predictable co...
etwa 6 Jahre vor | 1
How do i obtain only the first principal component?
https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m can be used as the method for calculating the eigenvector corre...
etwa 6 Jahre vor | 0
Smallest non-zero eigenvalue for a generalized eigenvalue problem
Since both matrices A and B are singular, it is not an easy problem numerically. Even eig(full(A), full(B)) may give you wrong a...
etwa 6 Jahre vor | 0
| akzeptiert
How to parallel for the computation of eigensystem of a sparse matrix
use SLEPc
mehr als 9 Jahre vor | 0
Find max/min eigenvalue of a symmetric matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 1
positive-definiteness of a huge sparse matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
how can i find k-eigenvalues faster than eig for hermitian dense matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
Take advantage of Hermitian matrices with eigs
You need to be more specific. Also, try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
| akzeptiert
Sparse solver for large symmetric matrices
both eigs and http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m can be used in a matrix-free fashion, only needing...
mehr als 9 Jahre vor | 0
Difference between eigs and eig
Is this behavior expected? - Yes. Eigs uses a tricky method that may give the results you describe, especially for funny mat...
mehr als 9 Jahre vor | 0
eigs function: incorrect eigenvectors
This is normal for eigs. If you are happy with eig, just stay with it.
mehr als 9 Jahre vor | 0
Why can't I compute the interior eigenvalues of a sparse matrix with "eigs" without inversion in MATLAB?
check https://www.mathworks.com/matlabcentral/fileexchange/48-locally-optimal-block-preconditioned-conjugate-gradient
mehr als 9 Jahre vor | 0
How can I get the (approximate) eigenvectors of a huge matrix?
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
How can I speed up the eigen value and eigen vector computations for a non-sparse matrix?
check http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
How can the Cholesky decomposition step in eigs() be avoided without passing a matrix to eigs that is a Cholesky decomposition?
check http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m
mehr als 9 Jahre vor | 0
eigs with sparse matrices
try my http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m instead
etwa 13 Jahre vor | 0
Memory requirements of lobpcg: Matlab and hypre implementation differences
Have you actually tried the development version of SLEPc? The one that one gets by svn checkout http://www.grycap.upv.es/sle...
etwa 13 Jahre vor | 0
Memory requirements of lobpcg: Matlab and hypre implementation differences
The development version of SLEPc incorporates BLOPEX now, see http://code.google.com/p/blopex/wiki/PETScInstallDevel so that yo...
etwa 13 Jahre vor | 0