Software packages for spatial data often implement a hybrid approach of interpreted and compiled programming languages. The compiled parts are usually written in C, C++, or Fortran, and are efficient in terms of computational speed and memory usage. Conversely, the interpreted part serves as a convenient user-interface and calls the compiled code for computationally demanding operations. The price paid for the user friendliness of the interpreted component is—besides performance—the limited access to low level and optimized code. An example of such a restriction is the 64-bit vector support of the widely used statistical language R. On the R side, users do not need to change existing code and may not even notice the extension. On the other ...
This paper presents two complementary statistical computing frameworks that address challenges in pa...
Sparse matrix formats encode very large numerical matrices with relatively few nonzeros. They are ty...
We consider parallel computation for Gaussian process calculations to overcome com-putational and me...
Software packages for spatial data often implement a hybrid approach of interpreted and compiled pro...
The R package dotCall64 provides an enhanced version of the foreign function interface (FFI) to call...
spam is an R package for sparse matrix algebra with emphasis on a Cholesky factorization of sparse p...
SparseM provides some basic R functionality for linear algebra with sparse matrices. Use of the pack...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
spam is an R package for sparse matrix algebra with emphasis on a Cholesky factor-ization of sparse ...
SparseM provides some basic R functionality for linear algebra with sparse matrices. Use of the pack...
Abstract On modern architectures, the performance of 32-bit operations is often at least twice as fa...
This thesis studies the compilation and runtime techniques to improve the performance of dynamic scr...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
This paper presents two complementary statistical computing frameworks that address challenges in pa...
Sparse matrix formats encode very large numerical matrices with relatively few nonzeros. They are ty...
We consider parallel computation for Gaussian process calculations to overcome com-putational and me...
Software packages for spatial data often implement a hybrid approach of interpreted and compiled pro...
The R package dotCall64 provides an enhanced version of the foreign function interface (FFI) to call...
spam is an R package for sparse matrix algebra with emphasis on a Cholesky factorization of sparse p...
SparseM provides some basic R functionality for linear algebra with sparse matrices. Use of the pack...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
spam is an R package for sparse matrix algebra with emphasis on a Cholesky factor-ization of sparse ...
SparseM provides some basic R functionality for linear algebra with sparse matrices. Use of the pack...
Abstract On modern architectures, the performance of 32-bit operations is often at least twice as fa...
This thesis studies the compilation and runtime techniques to improve the performance of dynamic scr...
The R statistical environment and language has demonstrated particular strengths for interactive dev...
This paper presents two complementary statistical computing frameworks that address challenges in pa...
Sparse matrix formats encode very large numerical matrices with relatively few nonzeros. They are ty...
We consider parallel computation for Gaussian process calculations to overcome com-putational and me...