![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7449772_1528618784194_DEF.jpg)
Cem Gormezano
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
74.439
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Sparse matrix multiplication complexity and CPU time
I am multiplying two sparse matrices $A$ and $A^T$ such that I have $A^T*A$. From what I know the complexity of this operation d...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Given a vector, I would like to sample without replacement elements from it repeatedly.
Given a (m x 1) vector v , I would like to ,randomly without replacement, sample s elements from it. I know I can use randsample...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Given that A is a sparse matrix, norm(A(i,:)) takes a very long time. Why and can one do better ?
I am computing norm(A(i,:)) within a loop, where A is a sparse matrix. This seems to be a bottleneck, is there anyway to perfor...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
C = union( A,B ) is too slow. Is there any faster way given that A and B are ordered.
I have two sorted arrays A and B. I want to find the elements that are both in A and B. I am using union function, yet this seem...
más de 4 años hace | 4 respuestas | 0
4
respuestasPregunta
Preallocating a sparse matrix, then entering values column by column takes too much time. Is there a more efficient way ?
At the beginning of the loop, I preallocate the sparse matrix (Q) with a number of non zero values that I do not exceed within t...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Which is more efficient when applied to a sparse matrix, find or logical indexing ?
Given a sparse matrix, I would like to get its non-zero entries. I would like to know if using find function is an efficient way...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
MEX/Lapack/Blas problem
I don't have technical background, I am just trying to configure a solver called Blendenpik (https://uk.mathworks.com/matlabcent...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
What is the convergence criteria used in MATLAB lsqr function ?
I am using LSQR to solve Ax = b, where A is not consistent. I know that lsqr will give me the minimum residual solution. I am wo...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Does MATLAB qr function employ the SuiteSparseQR (multifrontal multithreaded sparse QR factorization) in SuiteSparse ?
I am using the function [Q,R,P] = qr(A,0) to have a rank-revealing qr factorization of sparse matrix A. I am wondering if MATLAB...
más de 4 años hace | 0 respuestas | 0