Intro: I\'m working on an image processing task trying to find two borders of an object, which can be described by two straight line segments. I\'m using some variant of the hough line transform to fi
I wrote this as a question in a comment but I feel it is worth its own question. I would like to build a conjugate gradients solver on the iPhone/iPad as it would open up a realm of new possibilities
This is probably more like a mathematics question: If I have a vector: var origin = new Vector(x, y) then, I would like to get N sub vectors, each one of the N sub vector is got by adding origin
Why does BLAS have a 开发者_运维技巧gemm function for matrix-matrix multiplication and a separate gemv function for matrix-vector multiplication?Isn\'t matrix-vector multiplication just a special case
I have 2D transformatio开发者_如何学编程ns stored in a plain ol\' 3x3 Matrix. How can I re-format that one to a Matrix I can shove over to OpenGL in order to transform orthogonal shapes, polygons and
I\'m currently implementing an algorithm that does allot of linear algebra on small matrices and vectors. the code is fast but I\'m wondering if it would make sense to implement it on a gpgpu instead
I have a numpy 2d array [medium/large sized - say 500x500]. I want to find the eigenvalues of the element-wise exponent of it. The problem is that some of the values are quite negative (-800,-1000, et
I have the following issue: I extracted a set of data but part of these data are either not available or missing; for different items I identified 10 parameters:
Desperately need a Javascript equivalent to polyval and polyfit functions that exist in Matlab.Essentially those functions in matlab do a curve fit based on two equally sized arrays depending on a spe
I\'m working on a 3-D surface mesh and trying to obtain gaussian curvature values by fitting a quadric polynomial to each vertex neighborhood. In order to obtain the polynomial coefficients I\'m using