Community Profile

photo

Henry Shackleton


Last seen: mehr als ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Parallelizing computation with memory restrictions
There's a program that I would like to run in parallel, as I have about a dozen cores available to me. However, I only have 128G...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Understanding parfor restrictions with indexing
I was attempting to parallelize a for loop in MATLAB with parfor, and came across a strange restriction with regards to indexing...

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Obtain eigenvalue from matrix and known eigenvector
I have a matrix A and a known eigenvector x. I am struggling to come up with an way of obtaining the eigenvalue of x with a rela...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Setting up desktop computer for remote computing
I have two computers - a desktop computer and a laptop. My laptop is not powerful enough to efficiently run many of the computat...

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Generating matrix of integers with distinct rows
I am trying to generate an NxM matrix consisting of integers between 1 and P. Assume M < P. For each row, I would like the M int...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Efficiently calculating the trace of a matrix product
I have two NxN square matrices, A and B, and I would like to calculate the trace of AB. Since the trace of AB only depends on it...

fast 5 Jahre vor | 1 Antwort | 1

1

Antwort