~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty-proposed

« back to all changes in this revision

Viewing changes to inst/NEWS.Rd

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-05 07:49:39 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140105074939-dwxho57ujap094yj
Tags: 0.4.000-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
\title{News for Package 'RcppArmadillo'}
3
3
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
4
4
 
 
5
\section{Changes in RcppArmadillo version 0.4.000 (2014-01-05)}{
 
6
  \itemize{
 
7
    \item Upgraded to Armadillo release Version 4.000 (Feral Steamroller)
 
8
    \itemize{
 
9
      \item added eigen decompositions of sparse matrices:
 
10
      \code{eigs_sym()} and \code{eigs_gen()} 
 
11
      \item added eigen decomposition for pair of matrices: \code{eig_pair()}
 
12
      \item added simpler forms of \code{eig_gen()}
 
13
      \item added condition number of matrices: \code{cond()}
 
14
      \item expanded \code{find()} to handle cubes
 
15
      \item expanded subcube views to access elements specified in a vector
 
16
      \item template argument for \code{running_stat_vec} expanded to
 
17
      accept vector types 
 
18
      \item more robust fast inverse of 4x4 matrices
 
19
      \item faster divide-and-conquer decompositions are now used by
 
20
      default for \code{eig_sym()}, \code{pinv()}, \code{princomp()},
 
21
      \code{rank()}, \code{svd()}, \code{svd_econ()} 
 
22
      \item the form \code{inv(sympd(X))} no longer assumes that X is
 
23
      positive definite; use \code{inv_sympd()} instead 
 
24
      \item added MEX connector for interfacing Octave/Matlab with
 
25
      Armadillo matrices (contributed by George Yammine) 
 
26
    }
 
27
  }
 
28
}
 
29
 
5
30
\section{Changes in RcppArmadillo version 0.3.930.1 (2013-12-09)}{
6
31
  \itemize{
7
32
    \item Upgraded to Armadillo release Version 3.930.1
15
40
  }
16
41
}
17
42
 
 
43
\section{Changes in RcppArmadillo version 0.3.930.0 (2013-12-06)}{
 
44
  \itemize{
 
45
    \item Upgraded to Armadillo release Version 3.930 ("Dragon's Back")
 
46
    \itemize{
 
47
      \item added divide-and-conquer variant of \code{svd_econ()}, for
 
48
      faster SVD 
 
49
      \item added divide-and-conquer variant of \code{pinv()}, for
 
50
      faster pseudo-inverse 
 
51
      \item added element-wise variants of \code{min()} and \code{max()} 
 
52
      \item added \code{size()} based specifications of submatrix view
 
53
      sizes 
 
54
      \item added \code{randi()} for generating matrices with random
 
55
      integer values 
 
56
      \item added more intuitive specification of sort direction in
 
57
      \code{sort()} and \code{sort_index()} 
 
58
      \item added more intuitive specification of method in
 
59
      \code{det()}, \code{.i()}, \code{inv()} and \code{solve()} 
 
60
      \item added more precise timer for the \code{wall_clock} class
 
61
      when using C++11 
 
62
    }
 
63
    \item New unit tests for complex matrices and vectors
 
64
  }
 
65
}
 
66
 
18
67
\section{Changes in RcppArmadillo version 0.3.920.3 (2013-11-20)}{
19
68
  \itemize{
20
69
    \item Upgraded to Armadillo release Version 3.920.3