The following methods are available:
new
clone
size of matrix
concat
transpose
multiply
solve
multiply_scalar
add
substract
equal
slice
determinant
dot_product
absolute
normalizing
cross_product
print
Solves systems of equations using Krammer's rule. If you look at the
Solve method you'll understand Krammer's rule (I think?)
Basically a system of equations is more than one equation/variable your
solving. This module REQUIRES you have 1 equation per each coefficent.
Try not to use too many equations. 3 equations is probably the limit of
reason. But if you don't mind long compilation time, go for as many as
you want.
This module uses (and ovbiously requires you have) Math::Matrix to do
all the Matrix work. Please take a look at that module for details do
you can see exactly what is happening. There are no arguements in this
module except for the Matrix which will be brought to Math::Matrix.
Also, keep in mind, there are no error messenging. I will of course
change that someday, but for now I'm satisfied that I can solve systems
of equations. Don't allow error-prone things to be written in. But,
there are of course times when you won't be able to figure out the
stupid answer and this module will absolutly act like it did a great
job, and at the same time, fail. So, keep that in mind.
BETA means something. It's not good.
Changelog:
2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-2, GIT revision 14476:cda11d81d:20180618.
2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...>
* More robust SVG text handling.
2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-1, GIT revision 14468:94cb08785:20180616.
2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...>
* Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts (credit to OSS Fuzz).
* Fixed an issue with stroke and label: (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142).
* PNG: set storage class to DirectClass if alpha enabled (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).
v16.0.2:
* :issue:1716: Fixed handling of url-encoded parameters in
digest authentication handling, correcting regression in v14.2.0.
v16.0.1
* :issue:1719: Digest-auth tool will now return a status
code of 401 for when a scheme other than 'digest' is
indicated.
Release 1.13.1:
Added client and server support for host-based SSH authentication. If enabled, this will allow all users from a given host to be authenticated by a shared host key, rather than each user needing their own key. This should only be used with hosts which are trusted to keep their host keys secure and provide accurate client usernames.
Added support for RSA key exchange algorithms (rsa2048-sha256 and rsa1024-sha1) available in PuTTY and some mobile SSH clients.
Added support for the SECP256K1 elliptic curve for ECDSA keys and ECDH key exchange. This curve is supported by the Bitvise SSH client and server.
Added debug logging of the algorithms listed in a received kexinit message.
Fixes usage with packages like print/lilypond on at least Darwin and SunOS, where dynamically loaded guile extensions cannot be found without resorting to LTDL_LIBRARY_PATH quirks.
Alan Coopersmith (9):
Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
Replace TXT16 with XChar2b inline
Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Just use C89 size_t instead of rolling our own Size_t & Off_t
Use SEEK_* names instead of raw numbers for fseek whence argument
Get rid of some extraneous ; at the end of C source lines
Avoid using dead pointer in _XawTextSetSelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Javier Pello (1):
Fix --disable-feature options in configure
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
Matt Turner (1):
libXaw3d 1.6.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (1):
Fix abs() usage.
Adam Jackson (2):
Adapt to removal of xf86GetOS
bsd: Don't try to use SIGIO for input ABI >= 23
Emil Velikov (1):
autogen.sh: use quoted string variables
Matt Turner (1):
xf86-input-mouse 1.9.3
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Upstream changes:
0.060 2018-06-16 T. R. Wyant
\N{} now parses as the unknown token, not NoOp, regardless of the
setting of 'use re qw< strict >;'. \N{} became unconditionally fatal
in 5.28.0 (5.27.1, actually). The policy when the parse changes is
to use the most-modern parse. Hence this change.
As a side effect of this, the unknown token's explain() method now
returns something -- normally the associated error.
Add method remove_insignificant(). If the invocant isa Node, this
returns a clone of the invocant with non-significant elements
removed. Otherwise it returns either the invocant or nothing.
Update DEPENDS
Upstream changes:
1.132 Thu May 31 21:48:48 CDT 2018
[New Features]
Added the ability to specify a regex to tell what unused private
subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
This is handy for Moose classes where there could be many false
positives on _build_xxxx() subroutines.
Thanks, Dave Cross. (GH #811, #812)
[Dependencies]
Perl::Critic now no longer relies on the deprecated Email::Address.
(GH #816)
1.131_02 Tue Feb 20 17:18:03 CST 2018
[New Features]
Perl::Critic now assumes that .psgi files are Perl, too. Thanks, Tom
Hukins. (GH#805)
Variables::ProhibitUnusedVariables no longer gives a false positive for
variables used in interpolation. Thanks, Omer Gazit. (GH#801)
[Bug Fixes]
Added missing requirement for Fatal.pm.
1.131_01 Tue Nov 21 17:28:06 CST 2017
[New Features]
In the ProhibitLeadingZeros policy, added an exception for mkfifo.
Thanks, Evan Zacks. (GH#786)
Add color support for Windows platforms. Thanks, Roy Ivy III. (GH#700)
[Bug Fixes]
Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
of opendir/readdir. This solves endless directory traversals if
the directories contain circular symbolic references. Thanks, Tom Wyant.
[Documentation]
Added CONTRIBUTING.md. Thanks, Jonas B. Nielsen.
PPIx::QuoteLike parses Perl string literals and things that are reasonably like
string literals. Its real reason for being is to find interpolated variables for
Perl::Critic policies and similar code.
Upstream changes:
1.9103 2018-06-18
- Use ASCII-like regex matching (Github #4)
- Convert tests to Test2
- Pass perlcritic tests
- Pass Kwalitee tests
- Add contributor information
- Add protocol() method (just a stub today that will always return
'IPv4')
1.9102 2018-06-18
- DEV release only
- Contains most changes that made it to 1.9103.
1.9101 2018-06-02
- fix precision issue on long-double platforms (BAYMAX)
- Convert to use Dist::Zilla
- Formatting changes
1.9100 2018-06-02
- DEV release only
- fix precision issue on long-double platforms (BAYMAX)
- Convert to dist.zilla
- Minor formatting changes
Upstream changes:
0.19
2018-06-11 Sam Varshavchik <mrsam@courier-mta.com>
* Fix cidrvalidate() checking of IPv6 addresses with a 0 word.
2016-02-13 Sam Varshavchik <mrsam@courier-mta.com>
* Move test.pl to t/
Update documentation to use only reserved IP addresses.
Upstream changes:
1.75 Thu Jun 14 12:53:47 EDT 2018
* Update additional template URLs for consistency in tests
1.74 Tue Jun 12 18:15:20 EDT 2018
* GH#66: Update default module template to link to metacpan (Dan Book)
* GH#67: Update default module template to use HTTPS where appropriate (Chas. J. Owens IV)