Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
0answers
54 views

Why would cblas_dgemm and cblas_sgemm have different pointer types in a function pointer array?

I have a function pointer array which I use to call the appropriate cblas_xgemm (e.g., cblas_dgemm or cblas_sgemm, etc., from ATLAS/CBLAS). This works great when I tell it to use cblas_dgemm by ...
2
votes
4answers
383 views

How to make sure the numpy BLAS libraries are available as dynamically-loadable libraries?

The theano installation documentation states, that theano will as a default use the BLAS libraries from numpy, if the "BLAS libraries are available as dynamically-loadable libraries". This seems not ...
2
votes
1answer
82 views

Compiling numpy with external libraries for super computer

I am compiling numpy and get an error so I think I need to include external libraries. The atlas installation is in /usr/lib64/atlas. Since I don't have access to root I have everything installed in ...
2
votes
1answer
217 views

Am I registering the ObjectContext using AutoFac correctly?

I have a windows service and I want to make sure that my EF ObjectContext is disposed of between each time its runs. The service runs longer each time it executes. It seems like the ObjectContext ...
2
votes
1answer
154 views

How did cappuccino (objective-j) / Atlas take relative and absolute positioning out of the picture?

I've been checking out Cappuccino and Atlas lately, and they seem to have abstracted relative and absolute positioning away into something that just "works". I was wondering for those familiar with ...
1
vote
0answers
102 views

From Boost::ublas to ATLAS,

I have written a program using Boost::ublas that uses extensive sparse matrix vector multiplication. I am not satisfied at all with its speed and I want to try ATLAS. Is there a clear procedure to ...
1
vote
1answer
530 views

Using ATLAS/Lapack from macports in a typical fortran program

I am trying to write a simple differental equation solver in mpi and fortran. I figured I may as well get familiar with using ATLAS/LAPACK/BLAS routines as they seem quite useful for any future ...
1
vote
1answer
395 views

ATLAS Linear algebra and openmpi on multicore with python

I use mpi4py and openmpi on a multi-cpu/core machine to do linear algebra. My numpy is built using ATLAS. Suppose I have a 4 core machine and I would like to run a 4 node python script that does ...
1
vote
1answer
992 views

C C++ Linking Error

all! I am writing a program in C++ which uses the CLAPACK ATLAS library. However, I cannot get the program to link successfully to the library. I have written a small C program to better demonstrate ...
0
votes
1answer
226 views

AndEngine — Multiple Textures Overlapping On One TextureAtlas

I have been working with AndEngine for a little while now, and have managed to get most things working, but I am having some difficulty with my latest bug. To make a long story short, I have come to ...
0
votes
0answers
49 views

Error in compiling HPL with ATLAS library in Linux Cent 5.5

I tried to install ATLAS library with linpack in the head node of the cluster I follow this steps from IBM website http://www.ibm.com/developerworks/linux/library/l-cluster2/ and this steps from ...
0
votes
0answers
145 views

Lapack++ linker problem

I have installed lapack++ 2.5.4 with ATLAS 3.8.4 on Fedora 12. I wrote a simple program to test lapack++ using eclipse. I set these paths in eclipse: include path: ...
0
votes
1answer
37 views

GSL function to replace catlas_daxpby

I want to replace catlas_daxpby function from ATLAS library with a GSL equivalent function. Is there any?
0
votes
0answers
20 views

replacing catlas_daxpby function with an appropriate gsl call

I am confused about atlas library and blas. The source code I am trying to compile and link uses a function called catlas_daxpby. But they did not include any atlas headers. They only declared the ...
0
votes
1answer
132 views

Is there new Update Panel components for asp.net

There was a time, when ASP.NET AJAX was Atlas Alpha version. And there were some projects for update panels: Comfort ASP, FastPage (mine:)), MagicAjax, ZumiPage. Now looks like all they dead. What ...
0
votes
1answer
178 views

Atlas style map index for static google map

I'm using a static google map, but really this problem could apply to any maps project. I want to divide a map into multiple quadrants (of say 50x50 pixels) and label the columns as A, B, C.... and ...
0
votes
4answers
92 views

How many Ajax libraries/frameworks are in the mainstream right now?

I'm trying to learn ASP.NET MVC and your first reaction might be to tell me I don't need to learn all the Ajax stuff to learn MVC. Fine, I get it. But I am not very confident if I don't know what's ...
0
votes
1answer
308 views

Compiling scipy on Windows 32-bit: linker error with libf77blas.a

Has anyone tried compiling SciPy 0.7.1 on Windows using numpy-1.3.0 that was built with the pre-built ATLAS libraries (atlas3.6.0_WinNT_P4SSE2.zip) linked in the installation document. I get the ...