Fix evaluation order: series(L,M) = M.*L
Handle addition of non-lqs numeric argument by promoting said argument to lqs.
Modify test list code to only seek m-files.
Initial Version
Fix syntax error in conditional.
Initial version.
Fix comment: L(q) = Aq + Bqi + Cqj + Dqk
Add initial abs and norm functions.
Add translation transform.
Initial version
Renamed to place first in list.
Remove regexpdir
Replace private functions with dot notation, use class(compose()) for speed.
Added implementation notes.
simplify function to remove call to regexpdir
Initial version.
changed internal function name to match filename.
Initial version.
Automate the test inclusion and change all tests to functions to keep clean user workspace.
Iniitial commit.
Fix issue when comparing two LQS arrays by wrapping in all(all()).
Fix issue when argument is an array by returning logical array not scalar.
Added to test partially empty [] components and arrays.
update to return array of logicals and handle empty components.
Simplify translate option.
Added overload_nonempty to split cases, improving execution speed.
Undo previous commit. logical to handle empty components requires work.
Modified to use overload_nonempty.
remove clear statement at end of function, not necessary.
Add TODO note about overloading quaternion functions.
Update Shear-Axial tramsform to accept homogeneous points.
Handle empty LQS components, e.g. {A,B,[ ],D}, etc.
Initial commit.