[
https://issues.apache.org/jira/browse/MATH-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz resolved MATH-187.
------------------------------
Resolution: Fixed
Fixed in r 620330.
Thanks!
> MatrixUtils - are these supposed to have a public or package scope
> constructor?
> -------------------------------------------------------------------------------
>
> Key: MATH-187
> URL: https://issues.apache.org/jira/browse/MATH-187
> Project: Commons Math
> Issue Type: Bug
> Reporter: Sebb
> Priority: Minor
>
> Package or public?
> {code}
> /**
> * Default constructor. Package scope to prevent unwanted instantiation.
> */
> public MatrixUtils() {
> super();
> }
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.