Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LINALG] Initial Bag <> Matrix Transformations #194

Merged
merged 2 commits into from
Apr 29, 2016
Merged

[LINALG] Initial Bag <> Matrix Transformations #194

merged 2 commits into from
Apr 29, 2016

Conversation

akunft
Copy link
Contributor

@akunft akunft commented Apr 22, 2016

This PR keeps track of the proposed transformations between bag <> matrix.

//////////////////////////////////////////

/**
* Transforms a [[DataBag]] `bag` of [[Product]]'s into a [[Matrix]] `M`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We didn't manage to configure the current scalastyle ruleset to respect ScalaDoc Comments

/**
  *
  */

so you have disable the ScalaDoc ident for the leading asterisk in your IntelliJ project formatter (in Editor > Code Style > Scala).

/**
 *
 */

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, the warnings were pretty annoying.

@akunft akunft merged commit 09021fe into emmalanguage:lara Apr 29, 2016
@akunft
Copy link
Contributor Author

akunft commented Apr 29, 2016

Added Bag <> Vector transformations and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants