Skip to content

Adding vector diagram functions

Compare
Choose a tag to compare
@friendly friendly released this 15 Dec 00:55
· 770 commits to master since this release

matlib 0.6.0

  • added vandermode() function
  • added vec() convenience function to vectorize a matrix
  • added is_square_matrix() tests
  • added power_method(), power method for dominant eigenvector (thx: Gaston Sanchez)
  • added arrows3d() for 3D geometric diagrams
  • added vectors3d() for 3D geometric diagrams
  • added corner() for 2D, 3D geometric diagrams
  • added more documentation content to man/matlib.Rd from README.md